aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources/static/themes/material/css/filters.scss
blob: 299dad3d4601295f410668b04e89d6420abe5efc (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* ==========================================================================
 * Filters slider
 * ========================================================================== */

#filters {
  button {
    padding: 0;
    width: 100%;
  }

  div.with-checkbox {
    height: 3rem;
    margin-top: 0;
  }
}