diff options
author | codecalm <codecalm@gmail.com> | 2020-09-18 10:35:14 +0200 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-09-18 10:35:14 +0200 |
commit | 80bc52fc55b2937b855ac05d5861cefd24c5e6f6 (patch) | |
tree | 12d26f19d656179b1fa1b798e72aa539244667b7 /src/style.scss | |
parent | filled icons fix (diff) | |
download | tabler-icons-80bc52fc55b2937b855ac05d5861cefd24c5e6f6.tar.xz |
3 new icons: `circle-square`, `circles`, `triangle-square-circle`
Fixed icons: `circle`, `heart`, `hexagon`, `octagon`, `square-rotated`, `square`, `triangle`
Diffstat (limited to 'src/style.scss')
-rw-r--r-- | src/style.scss | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/style.scss b/src/style.scss index 596669aa..f4236f60 100644 --- a/src/style.scss +++ b/src/style.scss @@ -279,6 +279,10 @@ Components box-shadow: 0 0 0 3px rgba($primary, .1); border-color: rgba($primary, .4); } + + @at-root textarea#{&} { + min-height: 8rem; + } } .icon { |