From 82f04339218f6dd4fbdb0b416604f2e5fc3e419a Mon Sep 17 00:00:00 2001 From: Volpeon Date: Sun, 3 Apr 2022 12:03:11 +0200 Subject: Don't include loading-indicator-specific keyframes --- src/objects/_icon.scss | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'src/objects/_icon.scss') diff --git a/src/objects/_icon.scss b/src/objects/_icon.scss index 933389b..e613ec2 100644 --- a/src/objects/_icon.scss +++ b/src/objects/_icon.scss @@ -14,27 +14,4 @@ display: block; } } - - @keyframes rotate { - 100% { - transform: rotate(360deg); - } - } - - @keyframes dash { - 0% { - stroke-dasharray: 1, 200; - stroke-dashoffset: 0; - } - - 50% { - stroke-dasharray: 89, 200; - stroke-dashoffset: -35px; - } - - 100% { - stroke-dasharray: 89, 200; - stroke-dashoffset: -124px; - } - } } -- cgit v1.2.3-54-g00ecf