aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
authorLibravatar Bennett <hello@vantezzen.io>2020-10-11 20:07:34 +0200
committerLibravatar GitHub <noreply@github.com>2020-10-11 19:07:34 +0100
commit3564d2fddfa74a7f907a53300150002f46417a5e (patch)
tree87d77c0cce6d3251f290708e3d0480661d4feb13 /src/styles/settings.scss
parentMerge #722 (diff)
downloadferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.gz
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.tar.zst
ferdium-app-3564d2fddfa74a7f907a53300150002f46417a5e.zip
Improve Ferdi's design (#977)
Co-authored-by: Amine Mouafik <amine@mouafik.fr>
Diffstat (limited to 'src/styles/settings.scss')
-rw-r--r--src/styles/settings.scss7
1 files changed, 3 insertions, 4 deletions
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 @@
151 flex: 1; 151 flex: 1;
152 flex-direction: column; 152 flex-direction: column;
153 height: auto; 153 height: auto;
154 border-radius: $theme-border-radius; 154 border-radius: 0 $theme-border-radius $theme-border-radius 0;
155 overflow: hidden; 155 overflow: hidden;
156 box-shadow: 0 20px 50px rgba($dark-theme-black, .5);
157 background: #FFF; 156 background: #FFF;
158 } 157 }
159 158
@@ -450,7 +449,7 @@
450 flex-direction: column; 449 flex-direction: column;
451 height: auto; 450 height: auto;
452 width: 240px; 451 width: 240px;
453 height: calc(100% - 100px); 452 height: 100%;
454 align-self: center; 453 align-self: center;
455 border-top-left-radius: $theme-border-radius;; 454 border-top-left-radius: $theme-border-radius;;
456 border-bottom-left-radius: $theme-border-radius;; 455 border-bottom-left-radius: $theme-border-radius;;
@@ -463,7 +462,7 @@
463 color: $theme-text-color; 462 color: $theme-text-color;
464 display: flex; 463 display: flex;
465 flex-shrink: 0; 464 flex-shrink: 0;
466 height: 50px; 465 height: 51px;
467 padding: 0 20px; 466 padding: 0 20px;
468 text-decoration: none; 467 text-decoration: none;
469 transition: background $theme-transition-time, color $theme-transition-time; 468 transition: background $theme-transition-time, color $theme-transition-time;