aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-03 17:26:45 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-03 17:26:45 +0200
commit8cc877e8ee3f0c6587a5aebdca6b4d07114e2e86 (patch)
tree00d6f275a7f61020d01d7e7e49c75afb60c3167b /src/styles
parentfix premium workspace badge in settings menu for light theme (diff)
downloadferdium-app-8cc877e8ee3f0c6587a5aebdca6b4d07114e2e86.tar.gz
ferdium-app-8cc877e8ee3f0c6587a5aebdca6b4d07114e2e86.tar.zst
ferdium-app-8cc877e8ee3f0c6587a5aebdca6b4d07114e2e86.zip
fix active workspaces settings premium badge in light theme
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index b4f013cad..6340f2951 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -454,6 +454,13 @@
454 background: $theme-brand-primary; 454 background: $theme-brand-primary;
455 color: #FFF; 455 color: #FFF;
456 456
457 .badge--pro {
458 background: white !important;
459 .badge-icon-pro {
460 fill: $theme-brand-primary;
461 }
462 }
463
457 .badge { 464 .badge {
458 background: #FFF; 465 background: #FFF;
459 color: $theme-brand-primary; 466 color: $theme-brand-primary;