aboutsummaryrefslogtreecommitdiff
path: root/style.scss
diff options
context:
space:
mode:
Diffstat (limited to 'style.scss')
-rw-r--r--style.scss16
1 files changed, 16 insertions, 0 deletions
diff --git a/style.scss b/style.scss
index f75bfdb..9244717 100644
--- a/style.scss
+++ b/style.scss
@@ -339,3 +339,19 @@ Components
.input-range {
width: 100%;
}
+
+
+.icon-size {
+ display: inline-block;
+
+ svg {
+ width: 100%;
+ height: 100%;
+ }
+}
+
+.icon-size-16 { width: 16px; }
+.icon-size-24 { width: 24px; }
+.icon-size-32 { width: 32px; }
+.icon-size-48 { width: 48px; }
+.icon-size-64 { width: 64px; }