aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-03 17:17:54 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-03 17:17:54 +0200
commit4e5726914a0c32fc445b2aae364baf0d006024a8 (patch)
tree28631a78622c70ff4f44963cade4965bb9e78a3d /src/styles
parentfixes conflicts with latest develop (diff)
downloadferdium-app-4e5726914a0c32fc445b2aae364baf0d006024a8.tar.gz
ferdium-app-4e5726914a0c32fc445b2aae364baf0d006024a8.tar.zst
ferdium-app-4e5726914a0c32fc445b2aae364baf0d006024a8.zip
fix premium workspace badge in settings menu for light theme
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss13
1 files changed, 12 insertions, 1 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index d97d4ac2c..b4f013cad 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -433,10 +433,21 @@
433 text-decoration: none; 433 text-decoration: none;
434 transition: background $theme-transition-time, color $theme-transition-time; 434 transition: background $theme-transition-time, color $theme-transition-time;
435 435
436 .badge--pro {
437 background: $theme-brand-primary !important;
438 padding: 4px 6px 3px 7px;
439
440 .badge-icon-pro {
441 fill: white;
442 }
443 }
444
436 &:hover { 445 &:hover {
437 background: darken($theme-gray-lightest, 5%); 446 background: darken($theme-gray-lightest, 5%);
438 447
439 .badge { background: #FFF; } 448 .badge {
449 background: #FFF;
450 }
440 } 451 }
441 452
442 &.is-active { 453 &.is-active {