mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-01-24 20:36:49 +00:00
Improve vertical alignment of variant form elements
This commit is contained in:
committed by
Maikel Linke
parent
898492c409
commit
a2f710db1e
@@ -52,9 +52,8 @@ button.graph-button {
|
||||
// z-index: 9999999
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
display: inline;
|
||||
display: inline-block;
|
||||
background-color: rgba(255, 255, 255, 0.5);
|
||||
vertical-align: bottom;
|
||||
|
||||
@include box-shadow(none);
|
||||
|
||||
|
||||
@@ -22,6 +22,12 @@
|
||||
opacity: 0.2;
|
||||
}
|
||||
|
||||
.variant-name,
|
||||
.variant-price,
|
||||
.total-price {
|
||||
line-height: 2.5em;
|
||||
}
|
||||
|
||||
// Variant name
|
||||
.variant-name {
|
||||
padding-left: 7.9375rem;
|
||||
|
||||
Reference in New Issue
Block a user