diff options
author | Volpeon <git@volpeon.ink> | 2022-03-12 22:30:17 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2022-03-12 22:30:17 +0100 |
commit | d8e9977b1747f1f73a7ed2a3e08c2c11aa2e7fcb (patch) | |
tree | 0b2166bcfe1c788c4d9e6ce98a7c8aeae388dc85 /tpl/objects | |
parent | Form item: Add align-self: start override (diff) | |
download | iro-design-d8e9977b1747f1f73a7ed2a3e08c2c11aa2e7fcb.tar.gz iro-design-d8e9977b1747f1f73a7ed2a3e08c2c11aa2e7fcb.tar.bz2 iro-design-d8e9977b1747f1f73a7ed2a3e08c2c11aa2e7fcb.zip |
Table: Fixed hover bg, added small size
Diffstat (limited to 'tpl/objects')
-rw-r--r-- | tpl/objects/table.pug | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tpl/objects/table.pug b/tpl/objects/table.pug index 0e1632d..b7ec881 100644 --- a/tpl/objects/table.pug +++ b/tpl/objects/table.pug | |||
@@ -4,6 +4,7 @@ mixin table | |||
4 | 'o-table': true, | 4 | 'o-table': true, |
5 | 'o-table--flush': attributes.flush, | 5 | 'o-table--flush': attributes.flush, |
6 | 'o-table--box': attributes.box, | 6 | 'o-table--box': attributes.box, |
7 | 'o-table--50': attributes.size50, | ||
7 | } | 8 | } |
8 | 9 | ||
9 | table(class=classes) | 10 | table(class=classes) |