From a1d95b3685cffb6a9344d0d1e5505dd391193f16 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Fri, 15 Sep 2017 12:53:26 +0200 Subject: Implement experiment list and add --- .../simulations/NewSimulationButton.sass | 31 ---------------------- 1 file changed, 31 deletions(-) delete mode 100644 src/components/simulations/NewSimulationButton.sass (limited to 'src/components/simulations/NewSimulationButton.sass') diff --git a/src/components/simulations/NewSimulationButton.sass b/src/components/simulations/NewSimulationButton.sass deleted file mode 100644 index 9bf82c49..00000000 --- a/src/components/simulations/NewSimulationButton.sass +++ /dev/null @@ -1,31 +0,0 @@ -@import ../../style-globals/_mixins.sass -@import ../../style-globals/_variables.sass - -.new-simulation-btn - $button-height: 35px - - display: inline-block - position: absolute - bottom: $navbar-height + 40px - right: 40px - padding: 0 10px - height: $button-height - line-height: $button-height - font-size: 14pt - - background: #679436 - color: #eee - border: 1px solid #507830 - - +border-radius($standard-border-radius) - +clickable - +transition(all, $transition-length) - - span - margin-right: 10px - -.new-simulation-btn:hover - background: #73ac45 - -.new-simulation-btn:active - background: #5c8835 -- cgit v1.2.3