aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2019-01-17 11:16:08 +0100
committerChocobozzz <me@florianbigard.com>2019-01-17 11:16:08 +0100
commit17bb716bc49b30cc8f22e32f73b9b53ab9ae560d (patch)
tree0fa89809a3d9622a28c75e5bbc1520d9ba32c2ef /client/src/app/shared
parent457bb213b273a9b206cc5654eb085cede4e916ad (diff)
downloadPeerTube-17bb716bc49b30cc8f22e32f73b9b53ab9ae560d.tar.gz
PeerTube-17bb716bc49b30cc8f22e32f73b9b53ab9ae560d.tar.zst
PeerTube-17bb716bc49b30cc8f22e32f73b9b53ab9ae560d.zip
Fix some styles
Video edit tags, dropdown actions font ...
Diffstat (limited to 'client/src/app/shared')
-rw-r--r--client/src/app/shared/buttons/button.component.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/client/src/app/shared/buttons/button.component.scss b/client/src/app/shared/buttons/button.component.scss
index be41669cd..04199a2a9 100644
--- a/client/src/app/shared/buttons/button.component.scss
+++ b/client/src/app/shared/buttons/button.component.scss
@@ -5,7 +5,6 @@
5 @include peertube-button-link; 5 @include peertube-button-link;
6 @include button-with-icon(21px, 0, -2px); 6 @include button-with-icon(21px, 0, -2px);
7 7
8 font-size: 15px;
9 font-weight: $font-semibold; 8 font-weight: $font-semibold;
10 color: $grey-foreground-color; 9 color: $grey-foreground-color;
11 background-color: $grey-background-color; 10 background-color: $grey-background-color;