From 2c42e9488771070d8efec5d91835cd8c7885f4b1 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Sun, 27 Aug 2017 17:42:50 +0200 Subject: Restyle navbar and use across entire site --- src/components/simulations/SimulationAuthList.sass | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'src/components/simulations/SimulationAuthList.sass') 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%) -- cgit v1.2.3