diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-15 13:39:36 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:03 +0200 |
| commit | 653290da64e3d85f422d1f00407b74011999a5fa (patch) | |
| tree | 756218498f26fc17963a94c4e8f84177dea05f15 /src/components/simulations/SimulationAuthList.sass | |
| parent | 2c8b84b393caaec7da5a89fb15908a2c1f262c50 (diff) | |
Rebrand simulation and experiment row buttons
Diffstat (limited to 'src/components/simulations/SimulationAuthList.sass')
| -rw-r--r-- | src/components/simulations/SimulationAuthList.sass | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/src/components/simulations/SimulationAuthList.sass b/src/components/simulations/SimulationAuthList.sass deleted file mode 100644 index b09c7869..00000000 --- a/src/components/simulations/SimulationAuthList.sass +++ /dev/null @@ -1,53 +0,0 @@ -@import ../../style-globals/_mixins.sass -@import ../../style-globals/_variables.sass - -.simulation-icons - text-align: right - -.simulation-icons div, .simulation-icons a - display: inline-block - width: 35px - height: 35px - margin-right: 5px - padding: 5px - font-size: 12pt - color: white - +border-radius(100%) - +clickable - +transition(background, $transition-length) - - span - position: relative - left: -6px - - background-color: $blue-dark - - &.open - $icon-color: #0a00bf - - &:hover - background: lighten($icon-color, 10%) - - &:active - background: darken($icon-color, 10%) - - &.users - $icon-color: #17bf55 - - span - left: -3px - - &:hover - background: $icon-color - - &:active - background: darken($icon-color, 10%) - - &.delete - $icon-color: #e3474d - - &:hover - background: $icon-color - - &:active - background: darken($icon-color, 10%) |
