Style producer name and properties in product modal

This commit is contained in:
Luis Ramos
2020-04-19 18:09:27 +01:00
parent 59a13adff0
commit 14478d5fc1

View File

@@ -3,7 +3,22 @@
margin: 0;
}
hr {
margin: 0.5em 0;
span {
color: $grey-500;
}
.property-selectors li {
margin: 0 0.25rem 0.25rem 0;
padding: 0.4rem 0 1.1rem 0;
a {
border: 1px solid $grey-300;
font-weight: normal;
padding: 0.2em 0.625em;
}
span {
color: $grey-600;
}
}
}