4,656
edits
No edit summary |
No edit summary |
||
| Line 303: | Line 303: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
} | } | ||
body.printing::after { | |||
content: "preparing print…"; | |||
position: fixed; | |||
bottom: 12px; | |||
right: 12px; | |||
font-size: 11px; | |||
font-family: "HALColant-TextRegular", Georgia, serif; | |||
color: #292828; | |||
opacity: 0.6; | |||
pointer-events: none; | |||
z-index: 999999; | |||
} | |||
.print-selection-toggle { | .print-selection-toggle { | ||
font-size: 17px; | font-size: 17px; | ||