16 lines
No EOL
226 B
CSS
16 lines
No EOL
226 B
CSS
.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;
|
|
} |