summaryrefslogtreecommitdiff
path: root/src/components/simulations/FilterPanel.sass
blob: 70401dcbdd733f7e07f733a57de6666009a8e96e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import ../../style-globals/_mixins.sass
@import ../../style-globals/_variables.sass

.filter-menu
  display: block

  background: #0761b1
  color: #eee

  text-align: center

  +border-radius(25px)
  overflow: hidden

  margin-bottom: 20px

  .simulation-filters
    display: block
    overflow: hidden
    margin: 0 -1px