aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
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/sass
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/sass')
-rw-r--r--client/src/sass/include/_mixins.scss2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 88cbf3384..099a909bb 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -509,6 +509,8 @@
509 a { 509 a {
510 margin-top: 0; 510 margin-top: 0;
511 margin-bottom: 0; 511 margin-bottom: 0;
512 text-transform: uppercase;
513 font-weight: 600;
512 } 514 }
513 } 515 }
514} 516}