summaryrefslogtreecommitdiff
path: root/app/assets/stylesheets/framework/filters.scss
blob: 19827943385a10ca75db2362a9d2f14eb46cb6e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
.filter-item {
  margin-right: 6px;
  vertical-align: top;

  &.reset-filters {
    padding: 7px;
  }
}

@media (min-width: $screen-sm-min) {
  .issues-filters,
  .issues_bulk_update {
    .dropdown-menu-toggle {
      width: 132px;
    }
  }
}

@media (max-width: $screen-xs-max) {
  .filter-item {
    display: block;
    margin: 0 0 10px;
  }
}