aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/class-helpers/_buttons.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/class-helpers/_buttons.scss')
-rw-r--r--client/src/sass/class-helpers/_buttons.scss4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/src/sass/class-helpers/_buttons.scss b/client/src/sass/class-helpers/_buttons.scss
index 436bb48f4..fdbf6f9d2 100644
--- a/client/src/sass/class-helpers/_buttons.scss
+++ b/client/src/sass/class-helpers/_buttons.scss
@@ -35,3 +35,7 @@
35.peertube-radio-container { 35.peertube-radio-container {
36 @include peertube-radio-container; 36 @include peertube-radio-container;
37} 37}
38
39.peertube-button-icon {
40 @include button-with-icon(18px, 3px, -1px);
41}