sass → css
This commit is contained in:
parent
68a0dcb88b
commit
72a6378c73
19 changed files with 689 additions and 1057 deletions
16
maquette-tests/assets/css/item-decor.css
Normal file
16
maquette-tests/assets/css/item-decor.css
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
.item-decor{
|
||||
font-family: var(--sans);
|
||||
font-weight: 400;
|
||||
font-size: 12px;
|
||||
position: absolute;
|
||||
|
||||
|
||||
}
|
||||
|
||||
.pagedjs_left_page .item-decor{
|
||||
left: -12mm;
|
||||
}
|
||||
|
||||
.pagedjs_right_page .item-decor{
|
||||
right: -12mm;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue