mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Adjust positioning for order cycle sidebar
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user