This repository has been archived on 2024-01-26. You can view files and clone it, but cannot push or open issues or pull requests.
hackerfahrschule/git/extensions/status/deck.status.scss

23 lines
242 B
SCSS
Raw Normal View History

2012-09-27 22:34:43 +02:00
.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;
}
}