fix(css-theme): xxl is 2xl now
This commit is contained in:
parent
41a960cd8c
commit
d96f618461
1 changed files with 2 additions and 1 deletions
|
@ -68,7 +68,8 @@ svg.freesewing.pattern {
|
|||
.stroke-xl {
|
||||
stroke-width: calc(var(--freesewing-pattern-scale) * 2);
|
||||
}
|
||||
.stroke-xxl {
|
||||
.stroke-xxl,
|
||||
.stroke-2xl {
|
||||
stroke-width: calc(var(--freesewing-pattern-scale) * 4);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue