summaryrefslogtreecommitdiffstats
path: root/assets
diff options
context:
space:
mode:
Diffstat (limited to 'assets')
-rw-r--r--assets/css/objects/_icon.scss13
1 files changed, 7 insertions, 6 deletions
diff --git a/assets/css/objects/_icon.scss b/assets/css/objects/_icon.scss
index 6718c50..d074f55 100644
--- a/assets/css/objects/_icon.scss
+++ b/assets/css/objects/_icon.scss
@@ -19,12 +19,13 @@
19 } 19 }
20 20
21 @include modifier('snow') { 21 @include modifier('snow') {
22 position: fixed; 22 position: fixed;
23 z-index: 9999; 23 z-index: 9999;
24 top: -20px; 24 top: -20px;
25 animation: fall linear forwards; 25 animation: fall linear forwards;
26 stroke-width: 2px; 26 stroke-width: 2px;
27 color: #fff; 27 color: #fff;
28 pointer-events: none;
28 } 29 }
29 } 30 }
30} 31}