diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-15 11:38:24 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-15 11:41:57 +0200 |
commit | fe88ca697d4c43b24cdc2462f5e4e83548776a51 (patch) | |
tree | 5117904a1bc328d3ba1dcd12785508af2825fb3b /client/src/sass | |
parent | 2df6f943b81e04f2f77c4f6e9d25b581647f64ae (diff) | |
download | PeerTube-fe88ca697d4c43b24cdc2462f5e4e83548776a51.tar.gz PeerTube-fe88ca697d4c43b24cdc2462f5e4e83548776a51.tar.zst PeerTube-fe88ca697d4c43b24cdc2462f5e4e83548776a51.zip |
Refactor comment add css
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/classes.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/classes.scss b/client/src/sass/classes.scss index af8e39573..85bfce7f4 100644 --- a/client/src/sass/classes.scss +++ b/client/src/sass/classes.scss | |||
@@ -20,3 +20,7 @@ | |||
20 | .grey-button { | 20 | .grey-button { |
21 | @include grey-button; | 21 | @include grey-button; |
22 | } | 22 | } |
23 | |||
24 | .tertiary-button { | ||
25 | @include tertiary-button; | ||
26 | } | ||