mirror of
https://github.com/Nighthawk42/roll20-character-sheets.git
synced 2026-09-05 06:32:31 +00:00
12 lines
144 B
SCSS
12 lines
144 B
SCSS
%circle{
|
|
border-radius: 50%;
|
|
}
|
|
%ratio1_1{
|
|
aspect-ratio: 1/1;
|
|
}
|
|
%sizesAndRatios{
|
|
.ratio1-1,
|
|
.sheet-ratio1-1{
|
|
@extend %ratio1_1;
|
|
}
|
|
} |