aboutsummaryrefslogtreecommitdiffstats
path: root/src/styles/settings.scss
diff options
context:
space:
mode:
authorLibravatar Stefan Malzner <stefan@adlk.io>2019-04-08 15:18:58 +0200
committerLibravatar Stefan Malzner <stefan@adlk.io>2019-04-08 15:18:58 +0200
commitea71fced95a6923926c92ada523840ebdbd0ef64 (patch)
treeed5542a00b12a870fd6c426cad65b6daa797ebd6 /src/styles/settings.scss
parentremove console log (diff)
downloadferdium-app-ea71fced95a6923926c92ada523840ebdbd0ef64.tar.gz
ferdium-app-ea71fced95a6923926c92ada523840ebdbd0ef64.tar.zst
ferdium-app-ea71fced95a6923926c92ada523840ebdbd0ef64.zip
Replace invoices & subscription info with links to website
Diffstat (limited to 'src/styles/settings.scss')
-rw-r--r--src/styles/settings.scss13
1 files changed, 9 insertions, 4 deletions
diff --git a/src/styles/settings.scss b/src/styles/settings.scss
index 750b6bedd..b286c6f1b 100644
--- a/src/styles/settings.scss
+++ b/src/styles/settings.scss
@@ -62,13 +62,18 @@
62 .account { 62 .account {
63 .account__box { background: $dark-theme-gray-darker; } 63 .account__box { background: $dark-theme-gray-darker; }
64 64
65 .invoices { 65 .badge--premium {
66 td { border-bottom: 1px solid $dark-theme-gray-darker; } 66 margin-left: 10px;
67 .invoices__action button { color: $theme-brand-primary; } 67 }
68
69 .manage-user-links {
70 margin-top: 20px;
71 display: flex;
72 justify-content: space-between;
68 } 73 }
69 } 74 }
70 75
71 .premium-info { 76 .premium-info {
72 background: $dark-theme-gray-darker; 77 background: $dark-theme-gray-darker;
73 border: 2px solid $theme-brand-primary; 78 border: 2px solid $theme-brand-primary;
74 } 79 }