diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-08-27 17:42:50 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:05:45 +0200 |
| commit | 2c42e9488771070d8efec5d91835cd8c7885f4b1 (patch) | |
| tree | 63efba6438169ba4f74940cbdba72ad5d2396773 /src/components/simulations/SimulationAuthList.sass | |
| parent | d22fa82e50d8ac540584659225c1c113d939251b (diff) | |
Restyle navbar and use across entire site
Diffstat (limited to 'src/components/simulations/SimulationAuthList.sass')
| -rw-r--r-- | src/components/simulations/SimulationAuthList.sass | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/src/components/simulations/SimulationAuthList.sass b/src/components/simulations/SimulationAuthList.sass index 58683446..cb1fe4cc 100644 --- a/src/components/simulations/SimulationAuthList.sass +++ b/src/components/simulations/SimulationAuthList.sass @@ -54,8 +54,9 @@ .simulation-list .list-head > div:not(:first-of-type) padding-left: 5px !important -.simulation-row .simulation-icons +.simulation-icons text-align: right + padding-right: 0 !important .simulation-row .simulation-icons div, .simulation-row .simulation-icons a display: inline-block @@ -75,9 +76,10 @@ top: -4px left: -1px + background-color: $blue-dark + &.open - $icon-color: #0c60bf - background: $icon-color + $icon-color: #0a00bf span left: 1px @@ -91,23 +93,21 @@ &.users font-size: 10pt $icon-color: #17bf55 - background: $icon-color span left: -2px &:hover - background: lighten($icon-color, 10%) + background: $icon-color &:active background: darken($icon-color, 10%) &.delete $icon-color: #e3474d - background: $icon-color &:hover - background: lighten($icon-color, 10%) + background: $icon-color &:active background: darken($icon-color, 10%) |
