ycategories-presentation/extensions/status/deck.status.scss

23 lines
242 B
SCSS
Raw Normal View History

2011-08-11 04:14:08 +00:00
.deck-container {
.deck-status {
position:absolute;
bottom:10px;
2011-08-11 08:13:19 +00:00
right:5px;
2011-08-11 04:14:08 +00:00
color:#888;
z-index:3;
margin:0;
}
2011-08-08 03:19:46 +00:00
}
body.deck-container {
.deck-status {
position:fixed;
}
}
2011-08-08 03:19:46 +00:00
@media print {
.deck-status {
display:none;
}
}