1
0
mirror of https://github.com/nostalgic-css/NES.css.git synced 2025-08-30 17:30:23 +02:00

fix(table): added margin 4px to table is-bordered

This commit is contained in:
Igor Guastalla de Lima
2018-12-07 11:43:57 -02:00
parent 885bd584f4
commit cd60b09cfb
4 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,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;
th,