1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-24 06:42:49 +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;
}
&.is-bordered {
margin: 4px;
box-shadow: 4px 0 $base-color, 0 -4px $base-color, -4px 0 $base-color, 0 4px $base-color;
@include thsAndTdsBoxShadow($base-color);
}