Skip to content

Commit b97c6c3

Browse files
add style for input
1 parent cfcd91d commit b97c6c3

File tree

1 file changed

+6
-2
lines changed
  • app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout

1 file changed

+6
-2
lines changed

app/design/frontend/Magento/luma/Magento_Checkout/web/css/source/module/checkout/_payments.less

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,10 @@
4949
form {
5050
&.form-purchase-order {
5151
margin-bottom: 15px;
52+
53+
.input-text {
54+
width: 40%;
55+
}
5256
}
5357
}
5458
}
@@ -119,7 +123,7 @@
119123
margin: 0 0 @indent__base;
120124

121125
.primary {
122-
.action-update {
126+
.action-update {
123127
margin-bottom: 20px;
124128
margin-right: 0;
125129
}
@@ -133,7 +137,7 @@
133137
.lib-css(line-height, @checkout-billing-address-details__line-height);
134138
.lib-css(padding, @checkout-billing-address-details__padding);
135139
}
136-
140+
137141
input[type="checkbox"] {
138142
vertical-align: top;
139143
}

0 commit comments

Comments
 (0)