aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/_mixins.scss5
1 files changed, 5 insertions, 0 deletions
diff --git a/client/src/sass/_mixins.scss b/client/src/sass/_mixins.scss
index 5798b8f6e..e44cf064d 100644
--- a/client/src/sass/_mixins.scss
+++ b/client/src/sass/_mixins.scss
@@ -39,3 +39,8 @@
39 @include peertube-button; 39 @include peertube-button;
40 @include disable-default-a-behaviour; 40 @include disable-default-a-behaviour;
41} 41}
42
43@mixin avatar ($size) {
44 width: $size;
45 height: $size;
46}