aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/user-subscription/subscribe-button.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/user-subscription/subscribe-button.component.scss')
-rw-r--r--client/src/app/shared/user-subscription/subscribe-button.component.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/client/src/app/shared/user-subscription/subscribe-button.component.scss b/client/src/app/shared/user-subscription/subscribe-button.component.scss
index 164b917b8..d5b3796a1 100644
--- a/client/src/app/shared/user-subscription/subscribe-button.component.scss
+++ b/client/src/app/shared/user-subscription/subscribe-button.component.scss
@@ -13,6 +13,20 @@
13 font-size: 15px; 13 font-size: 15px;
14 } 14 }
15 15
16 &.big {
17 height: 35px;
18
19 button .extra-text {
20 span:first-child {
21 line-height: 80%;
22 }
23
24 span:not(:first-child) {
25 font-size: 75%;
26 }
27 }
28 }
29
16 // Unlogged 30 // Unlogged
17 & > .dropdown > .dropdown-toggle span { 31 & > .dropdown > .dropdown-toggle span {
18 padding-right: 3px; 32 padding-right: 3px;
@@ -80,5 +94,6 @@
80 94
81 span:not(:first-child) { 95 span:not(:first-child) {
82 font-size: 60%; 96 font-size: 60%;
97 text-align: left;
83 } 98 }
84} 99}