aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/filters.scss
diff options
context:
space:
mode:
Diffstat (limited to 'app/Resources/static/themes/material/css/filters.scss')
-rw-r--r--app/Resources/static/themes/material/css/filters.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/app/Resources/static/themes/material/css/filters.scss b/app/Resources/static/themes/material/css/filters.scss
new file mode 100644
index 00000000..299dad3d
--- /dev/null
+++ b/app/Resources/static/themes/material/css/filters.scss
@@ -0,0 +1,15 @@
1/* ==========================================================================
2 * Filters slider
3 * ========================================================================== */
4
5#filters {
6 button {
7 padding: 0;
8 width: 100%;
9 }
10
11 div.with-checkbox {
12 height: 3rem;
13 margin-top: 0;
14 }
15}