doc/themes/learn4/scss/spectre/mixins/_avatar.scss

7 lines
112 B
SCSS
Raw Normal View History

2020-11-14 11:24:49 +01:00
// Avatar mixin
@mixin avatar-base($size: $unit-8) {
font-size: $size / 2;
height: $size;
width: $size;
}