mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-13 21:42:45 +00:00
17 lines
290 B
Plaintext
17 lines
290 B
Plaintext
|
|
.printPage{
|
|
position : relative;
|
|
@media print{
|
|
.printInstructions{
|
|
display : none;
|
|
}
|
|
}
|
|
.printInstructions{
|
|
position : absolute;
|
|
top : 0px;
|
|
right : 0px;
|
|
z-index : 100000;
|
|
padding : 30px;
|
|
background-color : @blue;
|
|
}
|
|
} |