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