fix(css-theme): Fixed pattern text classes
This commit is contained in:
parent
7a73c8823f
commit
71f25d7bab
1 changed files with 11 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue