Skip to content

Commit

Permalink
fix(tables.scss): add margin to table is-border class
Browse files Browse the repository at this point in the history
ref #100
  • Loading branch information
BcRikko committed Dec 9, 2018
1 parent f846534 commit c61e17a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scss/elements/tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit c61e17a

Please sign in to comment.