diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-24 15:27:15 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2023-05-24 15:27:15 +0200 |
commit | d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d (patch) | |
tree | fa29fcfd704cbc56c7bc3e3e1c15d84ea0f4dc61 /client/src/sass/include | |
parent | 25ea1d85e155382367d11036617848fe69a1e6a4 (diff) | |
download | PeerTube-d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d.tar.gz PeerTube-d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d.tar.zst PeerTube-d0fbc9fd0a29c37f3ff9b99030351e90b276fe7d.zip |
Fix lint
Diffstat (limited to 'client/src/sass/include')
-rw-r--r-- | client/src/sass/include/_mixins.scss | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/client/src/sass/include/_mixins.scss b/client/src/sass/include/_mixins.scss index 1ce584f9b..7a100a53d 100644 --- a/client/src/sass/include/_mixins.scss +++ b/client/src/sass/include/_mixins.scss | |||
@@ -604,12 +604,6 @@ | |||
604 | margin-bottom: 10px; | 604 | margin-bottom: 10px; |
605 | } | 605 | } |
606 | 606 | ||
607 | @mixin create-button { | ||
608 | @include peertube-button-link; | ||
609 | @include orange-button; | ||
610 | @include button-with-icon(20px, 5px, -1px); | ||
611 | } | ||
612 | |||
613 | @mixin row-blocks ($column-responsive: true, $min-height: 130px, $separator: true) { | 607 | @mixin row-blocks ($column-responsive: true, $min-height: 130px, $separator: true) { |
614 | display: flex; | 608 | display: flex; |
615 | min-height: $min-height; | 609 | min-height: $min-height; |