mirror of
https://github.com/wallabag/wallabag.git
synced 2025-06-27 16:36:00 +00:00
15 lines
303 B
SCSS
15 lines
303 B
SCSS
/* ==========================================================================
|
|
* Filters slider
|
|
* ========================================================================== */
|
|
|
|
#filters {
|
|
button {
|
|
padding: 0;
|
|
width: 100%;
|
|
}
|
|
|
|
div.with-checkbox {
|
|
height: 3rem;
|
|
margin-top: 0;
|
|
}
|
|
}
|