summaryrefslogtreecommitdiff
path: root/deck.js/extensions/hash/deck.hash.scss
diff options
context:
space:
mode:
Diffstat (limited to 'deck.js/extensions/hash/deck.hash.scss')
-rw-r--r--deck.js/extensions/hash/deck.hash.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/deck.js/extensions/hash/deck.hash.scss b/deck.js/extensions/hash/deck.hash.scss
new file mode 100644
index 0000000..03b412d
--- /dev/null
+++ b/deck.js/extensions/hash/deck.hash.scss
@@ -0,0 +1,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;
+} \ No newline at end of file