summaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/settings.scss')
-rw-r--r--src/styles/settings.scss7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index b286c6f1b..efa0ab942 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -419,6 +419,7 @@
419 419
420 .settings-navigation__link { 420 .settings-navigation__link {
421 align-items: center; 421 align-items: center;
422 justify-content: space-between;
422 color: $theme-text-color; 423 color: $theme-text-color;
423 display: flex; 424 display: flex;
424 flex-shrink: 0; 425 flex-shrink: 0;
@@ -430,7 +431,9 @@
430 &:hover { 431 &:hover {
431 background: darken($theme-gray-lightest, 5%); 432 background: darken($theme-gray-lightest, 5%);
432 433
433 .badge { background: #FFF; } 434 .badge {
435 background: #FFF;
436 }
434 } 437 }
435 438
436 &.is-active { 439 &.is-active {
@@ -447,8 +450,8 @@
447 .settings-navigation__expander { flex: 1; } 450 .settings-navigation__expander { flex: 1; }
448 451
449 .badge { 452 .badge {
453
450 display: initial; 454 display: initial;
451 margin-left: 5px;
452 transition: background $theme-transition-time, color $theme-transition-time; 455 transition: background $theme-transition-time, color $theme-transition-time;
453 } 456 }
454 457