Files
natascha-rieter.nl-user/plugins/problems/scss/mixins/_avatar.scss
T
m038 db400a6993 Add problems plugin v3.0.0
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-18 23:42:54 +02:00

7 lines
112 B
SCSS

// Avatar mixin
@mixin avatar-base($size: $unit-8) {
font-size: $size / 2;
height: $size;
width: $size;
}