summaryrefslogtreecommitdiff
path: root/style/plugins/closebutton.scss
diff options
context:
space:
mode:
authorVictor Häggqvist <[email protected]>2016-01-16 14:14:59 +0100
committerVictor Häggqvist <[email protected]>2016-01-16 14:14:59 +0100
commit7307889639b68064e642ae65bf98d9856c10922b (patch)
treeda71fa8e52c05b163c2e3150286d148845763872 /style/plugins/closebutton.scss
parentbe8351486ad1e8c04d4d521a151d54861932ee0b (diff)
finalize convertion of existing plugins
Diffstat (limited to 'style/plugins/closebutton.scss')
-rw-r--r--style/plugins/closebutton.scss9
1 files changed, 7 insertions, 2 deletions
diff --git a/style/plugins/closebutton.scss b/style/plugins/closebutton.scss
index 68b813b..3106e04 100644
--- a/style/plugins/closebutton.scss
+++ b/style/plugins/closebutton.scss
@@ -13,6 +13,7 @@ $closebutton-size: 40px;
transition: color .3s ease;
width: $closebutton-size;
z-index: 10002;
+ cursor: pointer;
&:hover {
background-color: #111;
@@ -42,8 +43,12 @@ $closebutton-size: 40px;
}
@keyframes fade-in {
- 0% { opacity: 0; }
- 100% { opacity: 1; }
+ 0% {
+ opacity: 0;
+ }
+ 100% {
+ opacity: 1;
+ }
}
@media only screen and (max-width: 660px) {