diff options
author | codecalm <codecalm@gmail.com> | 2020-03-17 19:12:08 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-17 19:12:08 +0100 |
commit | 9c971939b366741f18068b9b12183e8c85ee2765 (patch) | |
tree | 31b2e73f7b19f2bd00224ac4a35e5a4d5e7beb42 /src/style.scss | |
parent | png icons (diff) | |
download | tabler-icons-9c971939b366741f18068b9b12183e8c85ee2765.tar.xz |
tags
Diffstat (limited to 'src/style.scss')
-rw-r--r-- | src/style.scss | 30 |
1 files changed, 25 insertions, 5 deletions
diff --git a/src/style.scss b/src/style.scss index 92447172..2ffbb470 100644 --- a/src/style.scss +++ b/src/style.scss @@ -350,8 +350,28 @@ Components } } -.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; } +.icon-size-16 { width: 16px; height: 16px } +.icon-size-24 { width: 24px; height: 24px } +.icon-size-32 { width: 32px; height: 32px } +.icon-size-48 { width: 48px; height: 48px } +.icon-size-64 { width: 64px; height: 64px } + +.table { + width: 100%; + border-collapse: collapse; + + td, th { + padding: .5rem; + text-align: left; + border: 1px solid #eee; + } + + .icon { + width: 24px; + height: 24px; + } +} + +.td-1 { + width: 1%; +} |