22 lines
242 B
SCSS
Executable file
22 lines
242 B
SCSS
Executable file
.deck-container {
|
|
.deck-status {
|
|
position:absolute;
|
|
bottom:10px;
|
|
right:5px;
|
|
color:#888;
|
|
z-index:3;
|
|
margin:0;
|
|
}
|
|
}
|
|
|
|
body.deck-container {
|
|
.deck-status {
|
|
position:fixed;
|
|
}
|
|
}
|
|
|
|
@media print {
|
|
.deck-status {
|
|
display:none;
|
|
}
|
|
}
|