Fix some SCSS linting warnings

This commit is contained in:
Matt-Yorkley
2020-03-25 17:58:36 +01:00
parent c3283adcf5
commit e63dbcfa89
2 changed files with 5 additions and 4 deletions

View File

@@ -99,7 +99,7 @@ ordercycle {
color: $grey-800;
font-size: 1.25rem;
display: block;
padding: 0.5em 0 0.5em;
padding: 0.5em 0;
span {
@media all and (max-width: 768px) {

View File

@@ -1,4 +1,4 @@
@import "typography";
@import 'typography';
section {
:not(shop) navigation {
@@ -12,11 +12,11 @@ section {
position: relative;
z-index: 2;
distributor.details {
.details {
box-sizing: border-box;
display: block;
min-height: 150px;
padding: 30px 0 0 0;
padding: 30px 0 0;
position: relative;
select {
@@ -33,6 +33,7 @@ section {
location {
@include headingFont;
}
@media all and (max-width: 768px) {
location, location + small {
display: block;