Adjust positioning for order cycle sidebar

This commit is contained in:
Matt-Yorkley
2020-03-25 12:43:31 +01:00
parent 7a3549209f
commit eb4d970bc7
2 changed files with 11 additions and 6 deletions

View File

@@ -6,11 +6,8 @@ ordercycle {
color: $white;
width: 100%;
border-radius: 0.5em 0.5em 0 0;
position: absolute;
right: 1em;
padding: 1em;
margin-top: 3em;
height: 7.6em;
margin-top: 1em;
padding: 1em 1em 0;
&.requires-selection {
background-color: $red-700;
@@ -147,3 +144,11 @@ ordercycle {
}
}
}
shop navigation ordercycle {
margin-top: 3em;
padding: 1em;
height: 7.6em;
position: absolute;
right: 1em;
}

View File

@@ -14,7 +14,7 @@ section {
box-sizing: border-box;
display: block;
min-height: 150px;
padding: 30px 0 20px 0;
padding: 30px 0 0 0;
position: relative;
select {