summaryrefslogtreecommitdiff
path: root/style/plugins/closebutton.scss
diff options
context:
space:
mode:
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) {