1
0
Fork 0

fix(css-theme): Fixed pattern text classes

This commit is contained in:
Joost De Cock 2022-01-18 16:29:11 +01:00
parent 7a73c8823f
commit 71f25d7bab

View file

@ -113,9 +113,16 @@ svg.freesewing.pattern {
.text-xl {
font-size: calc(10px * var(--freesewing-pattern-scale));
}
.text-xxl {
.text-xxl,
.text-2xl {
font-size: calc(12px * var(--freesewing-pattern-scale));
}
.text-3xl {
font-size: calc(16px * var(--freesewing-pattern-scale));
}
.text-4xl {
font-size: calc(22px * var(--freesewing-pattern-scale));
}
.center {
text-anchor: middle;
@ -123,6 +130,9 @@ svg.freesewing.pattern {
.right {
text-anchor: end;
}
.font-bold {
font-weight: bold;
}
.scribble {
@include scribble-font;