mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-25 20:46:48 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user