4,656
edits
No edit summary |
No edit summary |
||
| Line 305: | Line 305: | ||
body.printing::after { | body.printing::after { | ||
content: " | content: "[PREPARING PRINT…]"; | ||
position: fixed; | position: fixed; | ||
bottom: | bottom: 16px; | ||
right: | right: 16px; | ||
font-size: | padding: 6px 10px; | ||
background: white; | |||
border: 1px solid #292828; | |||
font-size: 48px; | |||
line-height: 1.2; | |||
font-family: "HALColant-TextRegular", Georgia, serif; | font-family: "HALColant-TextRegular", Georgia, serif; | ||
color: #292828; | color: #292828; | ||
opacity: 0. | opacity: 0.95; | ||
pointer-events: none; | pointer-events: none; | ||
z-index: 999999; | z-index: 999999; | ||