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.scss24
1 files changed, 1 insertions, 23 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index a25759f48..5d4e81a4f 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -57,12 +57,6 @@
57 .account__box { background: $dark-theme-gray-darker; } 57 .account__box { background: $dark-theme-gray-darker; }
58 } 58 }
59 59
60 .premium-info {
61 background: $dark-theme-gray-darker;
62 border-width: 2px;
63 border-style: solid;
64 border-color: $theme-brand-primary;
65 }
66 .legal { color: $theme-gray-light; } 60 .legal { color: $theme-gray-light; }
67 } 61 }
68 62
@@ -378,16 +372,6 @@
378 .badge { margin-left: 10px; } 372 .badge { margin-left: 10px; }
379 } 373 }
380 374
381 .badge--premium {
382 margin-left: 1px;
383 position: relative;
384 top: -3px;
385 padding-top: 4px;
386 color: #FFF;
387 border-radius: 3px;
388 }
389
390
391 .manage-user-links { 375 .manage-user-links {
392 margin-top: 20px; 376 margin-top: 20px;
393 display: flex; 377 display: flex;
@@ -428,13 +412,7 @@
428 img { width: 40px; } 412 img { width: 40px; }
429 } 413 }
430 414
431 .premium-info { 415 .content-tabs {
432 background: lighten($theme-brand-primary, 40%);
433 border-radius: $theme-border-radius;
434 padding: 20px;
435 }
436
437 .content-tabs .premium-info {
438 background: none; 416 background: none;
439 padding: 0; 417 padding: 0;
440 } 418 }