aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/settings.scss')
-rw-r--r--src/styles/settings.scss9
1 files changed, 6 insertions, 3 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 750b6bedd..dd6f56d2b 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -68,7 +68,7 @@
68 } 68 }
69 } 69 }
70 70
71 .premium-info { 71 .premium-info {
72 background: $dark-theme-gray-darker; 72 background: $dark-theme-gray-darker;
73 border: 2px solid $theme-brand-primary; 73 border: 2px solid $theme-brand-primary;
74 } 74 }
@@ -414,6 +414,7 @@
414 414
415 .settings-navigation__link { 415 .settings-navigation__link {
416 align-items: center; 416 align-items: center;
417 justify-content: space-between;
417 color: $theme-text-color; 418 color: $theme-text-color;
418 display: flex; 419 display: flex;
419 flex-shrink: 0; 420 flex-shrink: 0;
@@ -425,7 +426,9 @@
425 &:hover { 426 &:hover {
426 background: darken($theme-gray-lightest, 5%); 427 background: darken($theme-gray-lightest, 5%);
427 428
428 .badge { background: #FFF; } 429 .badge {
430 background: #FFF;
431 }
429 } 432 }
430 433
431 &.is-active { 434 &.is-active {
@@ -442,8 +445,8 @@
442 .settings-navigation__expander { flex: 1; } 445 .settings-navigation__expander { flex: 1; }
443 446
444 .badge { 447 .badge {
448
445 display: initial; 449 display: initial;
446 margin-left: 5px;
447 transition: background $theme-transition-time, color $theme-transition-time; 450 transition: background $theme-transition-time, color $theme-transition-time;
448 } 451 }
449 452