diff options
author | codecalm <codecalm@gmail.com> | 2020-03-05 22:28:26 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-05 22:28:26 +0100 |
commit | 1022da7fccb0cc5c666c61d521b6e530c649c0f0 (patch) | |
tree | 2a45fb5d6496a597c4de01abf2219c61d791e984 /style.scss | |
parent | bike, location, gauge, man, woman (diff) | |
download | tabler-icons-1022da7fccb0cc5c666c61d521b6e530c649c0f0.tar.xz |
messages
Diffstat (limited to 'style.scss')
-rw-r--r-- | style.scss | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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; } |