diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-01-08 00:46:38 +0100 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2020-01-10 10:12:09 +0100 |
commit | b061c8edb053d4a7a02f09d93d406f6a8c58006e (patch) | |
tree | fdc2e4fcffd1f61c51921af9a8fa1fa4fb79ce79 /client/src/sass/include | |
parent | 41eb700fceee1085dd0e1a9ce78ecbd0e111eb6e (diff) | |
download | PeerTube-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/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 2 |
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 | } |