diff options
author | Rigel Kent <sendmemail@rigelk.eu> | 2020-07-24 11:26:22 +0200 |
---|---|---|
committer | Rigel Kent <par@rigelk.eu> | 2020-07-29 18:15:53 +0200 |
commit | 66927c0588b050f23ad3f98d62b48307bc7e79e7 (patch) | |
tree | 3c56129289a24a1642265deadfbcfd82a5d259b7 /client/src/sass/include | |
parent | 4f5d045960b042eb27e10bac1bdaf1c074c9fa2a (diff) | |
download | PeerTube-66927c0588b050f23ad3f98d62b48307bc7e79e7.tar.gz PeerTube-66927c0588b050f23ad3f98d62b48307bc7e79e7.tar.zst PeerTube-66927c0588b050f23ad3f98d62b48307bc7e79e7.zip |
modify user-quota to match account settings style
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 0fb54f121..ee2fe0497 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -683,7 +683,7 @@ | |||
683 | } | 683 | } |
684 | } | 684 | } |
685 | 685 | ||
686 | @mixin progressbar { | 686 | @mixin progressbar($small: false) { |
687 | background-color: $grey-background-color; | 687 | background-color: $grey-background-color; |
688 | display: flex; | 688 | display: flex; |
689 | height: 1rem; | 689 | height: 1rem; |
@@ -695,7 +695,9 @@ | |||
695 | span { | 695 | span { |
696 | position: absolute; | 696 | position: absolute; |
697 | color: $grey-foreground-color; | 697 | color: $grey-foreground-color; |
698 | top: -1px; | 698 | @if $small { |
699 | top: -1px; | ||
700 | } | ||
699 | 701 | ||
700 | &:nth-of-type(1) { | 702 | &:nth-of-type(1) { |
701 | left: .2rem; | 703 | left: .2rem; |