summaryrefslogtreecommitdiff
path: root/deck.js/extensions/hash/deck.hash.scss
blob: 03b412d7387dd4824bdd55c993e4e0f304ea6a1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.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;
}