Adjust style contexts

This commit is contained in:
Matt-Yorkley
2020-03-25 13:36:32 +01:00
parent 7daba62f43
commit b2ed69831b

View File

@@ -33,14 +33,10 @@ ordercycle {
}
}
@media all and (max-width: 768px) {
@media all and (max-width: 480px) {
padding: 0.5em 1em 0.75em;
}
form.custom {
text-align: center;
}
.order-cycle-select {
border: 1px solid $teal-300;
display: inline-block;
@@ -126,12 +122,7 @@ ordercycle {
}
}
shop navigation ordercycle {
margin-top: 3em;
padding: 1em;
height: 7.6em;
position: absolute;
right: 1em;
shop ordercycle {
background: $teal-400;
color: $white;
@@ -157,4 +148,16 @@ shop navigation ordercycle {
closing {
color: $white;
}
form.custom {
text-align: center;
}
}
shop navigation ordercycle {
margin-top: 3em;
padding: 1em;
height: 7.6em;
position: absolute;
right: 1em;
}