diff options
Diffstat (limited to 'src/objects')
-rw-r--r-- | src/objects/_table.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/objects/_table.scss b/src/objects/_table.scss index e50e2fd..9f414b8 100644 --- a/src/objects/_table.scss +++ b/src/objects/_table.scss | |||
@@ -41,7 +41,7 @@ | |||
41 | 41 | ||
42 | @include iro.bem-elem('cell') { | 42 | @include iro.bem-elem('cell') { |
43 | padding: fn.dim(--pad-y) fn.dim(--pad-x); | 43 | padding: fn.dim(--pad-y) fn.dim(--pad-x); |
44 | border-width: 1px 0 0 0; | 44 | border-width: 1px 0 0; |
45 | border-style: solid; | 45 | border-style: solid; |
46 | border-color: fn.color(--border); | 46 | border-color: fn.color(--border); |
47 | background-color: fn.color(--bg); | 47 | background-color: fn.color(--bg); |