From 1c5478c5e03f4d2047acd097b00ac7c572b3b37c Mon Sep 17 00:00:00 2001 From: Eduard Urbach Date: Sun, 23 Jul 2017 05:51:00 +0200 Subject: [PATCH] Design updates --- styles/tabs.scarlet | 21 ++++++++++++--------- styles/user.scarlet | 1 + 2 files changed, 13 insertions(+), 9 deletions(-) diff --git a/styles/tabs.scarlet b/styles/tabs.scarlet index c7682fff..e6c78694 100644 --- a/styles/tabs.scarlet +++ b/styles/tabs.scarlet @@ -1,18 +1,21 @@ .tab - color text-color !important + color text-color padding 0.5rem 1rem - background-color rgb(238, 238, 238) - border-right ui-border - border-bottom ui-border + background-color rgba(0, 0, 0, 0.02) + border ui-border + border-left none white-space nowrap - :hover, - &.active - background-color bg-color !important + :hover + color text-color + background-color bg-color + + :active transform none - + &.active - border-bottom-color transparent + background-color forum-tag-hover-color + color white :first-child border-left ui-border diff --git a/styles/user.scarlet b/styles/user.scarlet index 5a39867f..0991cb2d 100644 --- a/styles/user.scarlet +++ b/styles/user.scarlet @@ -3,6 +3,7 @@ width avatar-size height avatar-size border-radius 100% + box-shadow outline-shadow-medium object-fit cover default-transition :hover