summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements/toggle-filter.scss
blob: 94c94d1b4d20ec0b5d3b6bd9831a4e39c573b84a (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
26
27
// toggle buttons for filtering
.toggle-filter {
  display: inline-block;

  .content-label {
    margin-bottom: .4em;
  }
  .filter-label {
    color: darken($lightgrey, 10%);
    text-transform: uppercase;
    font-weight: 700;
    font-size: .75em;
    margin-bottom: 3px;
  }
  margin-right: 2em;
  margin-bottom: 1em;
  .btn {
    float:left;
    width: 100px;
    &:not(:first-of-type) {
      border-left-width: 1px;
    }
  }
  .btn-primary {
    border: 2px solid $primebtn__bg;
  }
}
OpenPOWER on IntegriCloud