aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/include/_mixins.scss
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-06-10 14:06:52 +0200
committerChocobozzz <me@florianbigard.com>2022-06-10 14:06:52 +0200
commit1fef6bccd939842408fdd666cc72fed9f2ef6456 (patch)
tree00eba1190687a3beafc3c8592af31d6f8cab982b /client/src/sass/include/_mixins.scss
parent60d360137158e8be28eb34524122b01dd7da4369 (diff)
downloadPeerTube-1fef6bccd939842408fdd666cc72fed9f2ef6456.tar.gz
PeerTube-1fef6bccd939842408fdd666cc72fed9f2ef6456.tar.zst
PeerTube-1fef6bccd939842408fdd666cc72fed9f2ef6456.zip
Remove secondary color theme
Diffstat (limited to 'client/src/sass/include/_mixins.scss')
-rw-r--r--client/src/sass/include/_mixins.scss4
1 files changed, 0 insertions, 4 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss
index 26f5a149a..e18173130 100644
--- a/client/src/sass/include/_mixins.scss
+++ b/client/src/sass/include/_mixins.scss
@@ -678,10 +678,6 @@
678 white-space: nowrap; 678 white-space: nowrap;
679 transition: width 0.6s ease; 679 transition: width 0.6s ease;
680 680
681 &.secondary {
682 background-color: pvar(--secondaryColor);
683 }
684
685 &.red { 681 &.red {
686 background-color: lighten($color: #c54130, $amount: 10); 682 background-color: lighten($color: #c54130, $amount: 10);
687 } 683 }