summaryrefslogtreecommitdiffstats
path: root/app/common/styles/elements/toggle-filter.scss
blob: ebdcf914a87e2ebb50d1d05b044d40dc5b81d35e (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
28
// 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;
  button {
    margin: 3px -3px;
    padding: .6em 2em;
    font-size: .9em;
    font-weight: 700;
    border-radius: 0;
    display: inline-block;
  }
  .btn-primary {
    border: 2px solid $primebtn__bg;
  }
}
OpenPOWER on IntegriCloud