diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-16 22:55:16 +0300 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:42 +0200 |
| commit | 07195f3762b6a8a7dfb44c2231db58c5be13c43f (patch) | |
| tree | 2b4640457f70b55a97aff22fbe617e4b8538464a /src/components/simulations/FilterPanel.sass | |
| parent | 91c8088e1d7def9242f60c708cd34f25dcb77d76 (diff) | |
Rename project to sim and enable sim-adding
Diffstat (limited to 'src/components/simulations/FilterPanel.sass')
| -rw-r--r-- | src/components/simulations/FilterPanel.sass | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/components/simulations/FilterPanel.sass b/src/components/simulations/FilterPanel.sass new file mode 100644 index 00000000..a59ffdfd --- /dev/null +++ b/src/components/simulations/FilterPanel.sass @@ -0,0 +1,21 @@ +@import ../../style-globals/_mixins.sass +@import ../../style-globals/_variables.sass + +.filter-menu + display: block + + background: #0761b1 + border: 1px solid #06326b + color: #eee + + text-align: center + + +border-radius($standard-border-radius) + overflow: hidden + + margin-bottom: 20px + + .simulation-filters + display: block + overflow: hidden + margin: 0 -1px |
