Skip to content

Commit

Permalink
fix(table): added margin 4px to table is-bordered
Browse files Browse the repository at this point in the history
  • Loading branch information
guastallaigor committed Dec 7, 2018
1 parent 885bd58 commit cd60b09
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions css/nes.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion css/nes.css.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion css/nes.min.css

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions scss/elements/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit cd60b09

Please sign in to comment.