category-theory-presentation/extensions/hash/deck.hash.scss
2013-02-28 16:49:12 +01:00

15 lines
223 B
SCSS

.deck-container {
.deck-permalink {
display:none;
position:absolute;
z-index:4;
bottom:30px;
right:0;
width:48px;
text-align:center;
}
}
.no-history .deck-container:hover .deck-permalink {
display:block;
}