diff options
author | Chocobozzz <me@florianbigard.com> | 2021-10-15 10:54:12 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-10-15 10:54:12 +0200 |
commit | 3eb7ee658db32d270553046eeb77afc679a71466 (patch) | |
tree | 6bd575cc9a95760624ef3e0d6808f1d7e6dd18df /client/src/sass | |
parent | ca44cb36921a495e0583fb3c0553dd262855273a (diff) | |
download | PeerTube-3eb7ee658db32d270553046eeb77afc679a71466.tar.gz PeerTube-3eb7ee658db32d270553046eeb77afc679a71466.tar.zst PeerTube-3eb7ee658db32d270553046eeb77afc679a71466.zip |
Try to improve permanent live label
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 679c235a6..0634f4677 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -438,6 +438,8 @@ | |||
438 | cursor: pointer; | 438 | cursor: pointer; |
439 | line-height: 20px; | 439 | line-height: 20px; |
440 | display: inline-block; | 440 | display: inline-block; |
441 | font-size: 15px; | ||
442 | font-weight: $font-regular; | ||
441 | } | 443 | } |
442 | 444 | ||
443 | [type=radio]:checked + label::before, | 445 | [type=radio]:checked + label::before, |
@@ -473,6 +475,13 @@ | |||
473 | opacity: 1; | 475 | opacity: 1; |
474 | transform: scale(1); | 476 | transform: scale(1); |
475 | } | 477 | } |
478 | |||
479 | .form-group-description { | ||
480 | display: block; | ||
481 | margin-top: -10px; | ||
482 | margin-bottom: 10px; | ||
483 | margin-left: 29px; | ||
484 | } | ||
476 | } | 485 | } |
477 | 486 | ||
478 | @mixin peertube-checkbox ($border-width) { | 487 | @mixin peertube-checkbox ($border-width) { |