Add dividing line on tabs

Shows a thin grey line when the tab view content is white, but doesn't interfere when the content below is a full-width colour image.
This commit is contained in:
Matt-Yorkley
2020-01-19 17:56:18 +01:00
parent a35f3c130e
commit a4b94cf39f

View File

@@ -7,6 +7,7 @@
.tab-buttons {
color: $dark-grey;
box-shadow: 0 1px 0 $light-grey-transparency;
.row:first-child {
display: flex;
@@ -70,7 +71,7 @@
.content {
padding: 1.25em 0;
background-color: $white;
background-color: transparent;
img {
margin: 0px 0px 0px 40px;