Improve vertical alignment of variant form elements

This commit is contained in:
Matt-Yorkley
2020-07-07 14:37:43 +02:00
committed by Maikel Linke
parent 898492c409
commit a2f710db1e
2 changed files with 7 additions and 2 deletions

View File

@@ -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);

View File

@@ -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;