Positioning fixes for non-coffee items
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ce7fcfc1ea
commit
bbfc4d7835
@ -197,7 +197,7 @@ function mont58_coffee_label_add_sidepanel()
|
|||||||
{
|
{
|
||||||
add_meta_box(
|
add_meta_box(
|
||||||
"mont58_coffee_label_sidepanel",
|
"mont58_coffee_label_sidepanel",
|
||||||
"Coffee Label",
|
"Label",
|
||||||
"mont58_coffee_label_render_sidepanel",
|
"mont58_coffee_label_render_sidepanel",
|
||||||
"shop_order",
|
"shop_order",
|
||||||
"side",
|
"side",
|
||||||
|
@ -31,6 +31,7 @@ if(!is_user_logged_in()){
|
|||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
position: relative;
|
||||||
background: linear-gradient(
|
background: linear-gradient(
|
||||||
0deg,
|
0deg,
|
||||||
rgba(255, 255, 255, 1) 28%,
|
rgba(255, 255, 255, 1) 28%,
|
||||||
@ -75,7 +76,10 @@ if(!is_user_logged_in()){
|
|||||||
}
|
}
|
||||||
|
|
||||||
.label .order-details {
|
.label .order-details {
|
||||||
padding-bottom: 1em;
|
position: absolute;
|
||||||
|
text-align: center;
|
||||||
|
width: 88%;
|
||||||
|
top: 120px;
|
||||||
font-size: calc(0.35 * 17px);
|
font-size: calc(0.35 * 17px);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user