From 3564d2fddfa74a7f907a53300150002f46417a5e Mon Sep 17 00:00:00 2001 From: Bennett Date: Sun, 11 Oct 2020 20:07:34 +0200 Subject: Improve Ferdi's design (#977) Co-authored-by: Amine Mouafik --- src/styles/settings.scss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'src/styles/settings.scss') diff --git a/src/styles/settings.scss b/src/styles/settings.scss index 147083a5f..dafbab16e 100644 --- a/src/styles/settings.scss +++ b/src/styles/settings.scss @@ -151,9 +151,8 @@ flex: 1; flex-direction: column; height: auto; - border-radius: $theme-border-radius; + border-radius: 0 $theme-border-radius $theme-border-radius 0; overflow: hidden; - box-shadow: 0 20px 50px rgba($dark-theme-black, .5); background: #FFF; } @@ -450,7 +449,7 @@ flex-direction: column; height: auto; width: 240px; - height: calc(100% - 100px); + height: 100%; align-self: center; border-top-left-radius: $theme-border-radius;; border-bottom-left-radius: $theme-border-radius;; @@ -463,7 +462,7 @@ color: $theme-text-color; display: flex; flex-shrink: 0; - height: 50px; + height: 51px; padding: 0 20px; text-decoration: none; transition: background $theme-transition-time, color $theme-transition-time; -- cgit v1.2.3-54-g00ecf