aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/user-subscription/subscribe-button.component.scss
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-01-08 00:46:38 +0100
committerChocobozzz <chocobozzz@cpy.re>2020-01-10 10:12:09 +0100
commitb061c8edb053d4a7a02f09d93d406f6a8c58006e (patch)
treefdc2e4fcffd1f61c51921af9a8fa1fa4fb79ce79 /client/src/app/shared/user-subscription/subscribe-button.component.scss
parent41eb700fceee1085dd0e1a9ce78ecbd0e111eb6e (diff)
downloadPeerTube-b061c8edb053d4a7a02f09d93d406f6a8c58006e.tar.gz
PeerTube-b061c8edb053d4a7a02f09d93d406f6a8c58006e.tar.zst
PeerTube-b061c8edb053d4a7a02f09d93d406f6a8c58006e.zip
Add extra text to button when partially subscribed to all channels
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.scss13
1 files changed, 13 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 92a28aad9..164b917b8 100644
--- a/client/src/app/shared/user-subscription/subscribe-button.component.scss
+++ b/client/src/app/shared/user-subscription/subscribe-button.component.scss
@@ -69,3 +69,16 @@
69 @include peertube-input-text(100%); 69 @include peertube-input-text(100%);
70 } 70 }
71} 71}
72
73.extra-text {
74 display: flex;
75 flex-direction: column;
76
77 span:first-child {
78 line-height: 75%;
79 }
80
81 span:not(:first-child) {
82 font-size: 60%;
83 }
84}