aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/settings.scss')
-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 {