Skip to content

Commit

Permalink
separate columns by vertical line
Browse files Browse the repository at this point in the history
Signed-off-by: faissaloux <[email protected]>
  • Loading branch information
faissaloux committed Jul 4, 2023
1 parent 22f0ba2 commit 5f4a07a
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/themes/bootstrap/scss/_tables.scss
Original file line number Diff line number Diff line change
@@ -1,3 1,12 @@
.table {
tbody {
th,
td {
border-right: 1px solid #00000017;
}
}
}

@media only screen and (width >= 768px) {
.table th.position-sticky {
top: 96px;
Expand Down
7 changes: 7 additions & 0 deletions public/themes/metro/scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 17,13 @@
}
}

tbody {
th,
td {
border-right: 1px solid #00000017;
}
}

caption {
font-family: $font-family-bold;
background-color: $th-background;
Expand Down
7 changes: 7 additions & 0 deletions public/themes/pmahomme/scss/_tables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 20,13 @@
background-image: linear-gradient(#fff, #ccc);
}

tbody {
th,
td {
border-right: 1px solid #00000017;
}
}

caption {
background-color: $th-background;
font-weight: bold;
Expand Down

0 comments on commit 5f4a07a

Please sign in to comment.