aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles
diff options
context:
space:
mode:
authorLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-03 16:59:24 +0200
committerLibravatar Dominik Guzei <dominik.guzei@gmail.com>2019-04-03 17:01:00 +0200
commit6b38abc9011648a1f54b1ef3e3fb29d13750750c (patch)
tree0b1147422f570cec24c7ab439d94ff22ff5834d7 /src/styles
parentadd workspace feature info in drawer for free users (diff)
downloadferdium-app-6b38abc9011648a1f54b1ef3e3fb29d13750750c.tar.gz
ferdium-app-6b38abc9011648a1f54b1ef3e3fb29d13750750c.tar.zst
ferdium-app-6b38abc9011648a1f54b1ef3e3fb29d13750750c.zip
add workspace premium badge in settings nav
Diffstat (limited to 'src/styles')
-rw-r--r--src/styles/settings.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 9fde9a7bf..d97d4ac2c 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -85,6 +85,11 @@
85 .badge { 85 .badge {
86 background: $dark-theme-gray-lighter; 86 background: $dark-theme-gray-lighter;
87 color: $dark-theme-gray-smoke; 87 color: $dark-theme-gray-smoke;
88
89 &.badge--pro {
90 background: $theme-brand-primary;
91 padding: 4px 6px 3px 7px;
92 }
88 } 93 }
89 94
90 &:hover { 95 &:hover {
@@ -93,6 +98,11 @@
93 .badge { 98 .badge {
94 background: $dark-theme-gray-lighter; 99 background: $dark-theme-gray-lighter;
95 color: $dark-theme-gray-smoke; 100 color: $dark-theme-gray-smoke;
101
102 &.badge--pro {
103 background: $theme-brand-primary;
104 padding: 4px 6px 3px 7px;
105 }
96 } 106 }
97 } 107 }
98 108