Skip to content

Commit 6c12a5a

Browse files
committed
Fix card input style
1 parent 9bed803 commit 6c12a5a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

assets/css/monei-blocks-checkout.css

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,12 @@
11
/* Card Input Container */
22
.monei-card-input {
33
padding: 12px;
4-
border: 1px solid #ddd;
4+
border: 1px solid hsla(0,0%,7%,.8);
55
border-radius: 4px;
66
background: #fff;
77
transition: border-color 0.2s ease;
88
margin-bottom: 12px;
9+
height: 1.8em;
910
}
1011

1112
.monei-card-input.is-focused {

0 commit comments

Comments
 (0)