Skip to content
This repository has been archived by the owner on Dec 21, 2021. It is now read-only.

Commit

Permalink
hide header
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan committed Nov 14, 2018
1 parent 4ba1e33 commit fc2485b
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions src/stylesheets/_table.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,16 @@
@extend .table;
@extend .table--responsive;

tr {
border: none;
}

th {
padding: 0;
}

tr.tile-table__tile {
@extend .tile;

border: none;
}

td.tile-table__tile-cell {
Expand Down

0 comments on commit fc2485b

Please sign in to comment.