1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-24 14:52:54 +02:00

fix(tables.scss): add margin to table is-border class

ref #100
This commit is contained in:
BcRikko
2018-12-09 10:03:52 +09:00
parent f84653480b
commit c61e17ac03

View File

@@ -24,6 +24,7 @@
text-align: center; text-align: center;
} }
&.is-bordered { &.is-bordered {
margin: 4px;
box-shadow: 4px 0 $base-color, 0 -4px $base-color, -4px 0 $base-color, 0 4px $base-color; box-shadow: 4px 0 $base-color, 0 -4px $base-color, -4px 0 $base-color, 0 4px $base-color;
@include thsAndTdsBoxShadow($base-color); @include thsAndTdsBoxShadow($base-color);
} }