aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-12 13:32:19 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-12 13:32:19 +0200
commitf941074dd7520efb63e9507294df8c420715b9df (patch)
tree614d03296254f02fe93a67a5c3b2feef1446e3aa /src/styles/settings.scss
parentDon't invalidate user request on componentWillMount (diff)
parentfeat(App): Update electron to 4.1.4 (diff)
downloadferdium-app-f941074dd7520efb63e9507294df8c420715b9df.tar.gz
ferdium-app-f941074dd7520efb63e9507294df8c420715b9df.tar.zst
ferdium-app-f941074dd7520efb63e9507294df8c420715b9df.zip
Merge branch 'develop' into chore/streamline-dashboard
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