From f9a93abc98474fd50cebd7de81e992dcad85c318 Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sat, 25 Dec 2021 09:42:15 +0100 Subject: Snow improvements --- assets/css/objects/_icon.scss | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'assets') diff --git a/assets/css/objects/_icon.scss b/assets/css/objects/_icon.scss index d074f55..f80f422 100644 --- a/assets/css/objects/_icon.scss +++ b/assets/css/objects/_icon.scss @@ -7,8 +7,8 @@ @include object(namespace()) { display: block; - width: 16px; - height: 16px; + width: iro-px-to-rem(16px); + height: iro-px-to-rem(16px); stroke-width: 1.5px; stroke-linecap: round; stroke-linejoin: round; @@ -21,7 +21,9 @@ @include modifier('snow') { position: fixed; z-index: 9999; - top: -20px; + top: -1.2em; + width: 1em; + height: 1em; animation: fall linear forwards; stroke-width: 2px; color: #fff; -- cgit v1.2.3-54-g00ecf