11/* Card Input Container */
22.monei-card-input {
3- padding : 12 px ;
3+ padding : 0.75 em ;
44 transition : border-color 0.2s ease;
5- margin-bottom : 12 px ;
5+ margin-bottom : 0.75 em ;
66 background-color : # fff ;
7- border : 1 px solid hsla (0 , 0% , 7% , .8 );
8- border-radius : 4 px ;
7+ border : 0.0625 em solid hsla (0 , 0% , 7% , .8 );
8+ border-radius : 0.25 em ;
99 box-sizing : border-box;
1010 color : # 2b2d2f ;
1111 font-family : inherit;
2020
2121.monei-card-input .is-focused {
2222 border-color : # 007cba ;
23- box-shadow : 0 0 0 1 px # 007cba ;
23+ box-shadow : 0 0 0 0.0625 em # 007cba ;
2424}
2525
2626.monei-card-input .is-invalid {
3030/* Cardholder Name Input */
3131.monei-input {
3232 background-color : # fff ;
33- border : 1 px solid hsla (0 , 0% , 7% , .8 );
34- border-radius : 4 px ;
33+ border : 0.0625 em solid hsla (0 , 0% , 7% , .8 );
34+ border-radius : 0.25 em ;
3535 box-sizing : border-box;
3636 color : # 2b2d2f ;
3737 font-family : inherit;
4747.monei-input : focus {
4848 outline : none;
4949 border-color : # 007cba ;
50- box-shadow : 0 0 0 1 px # 007cba ;
50+ box-shadow : 0 0 0 0.0625 em # 007cba ;
5151}
5252
5353.monei-input .has-error {
6161
6262/* Payment Request Container */
6363.monei-payment-request-container {
64- min-height : 50px ;
65- display : flex;
66- align-items : center;
64+ min-height : 3.125em ;
6765 justify-content : center;
6866 background : # fff ;
6967 width : 100% ;
7472.monei-label-container {
7573 display : flex;
7674 align-items : center;
77- gap : 8 px ;
75+ gap : 0.5 em ;
7876}
7977
8078.monei-text {
8482.monei-card-brands {
8583 display : inline-flex;
8684 align-items : center;
87- gap : 5 px ;
85+ gap : 0.3125 em ;
8886}
8987
9088.monei-card-brands img ,
9189.card-brand-icon {
92- height : 24 px !important ;
90+ height : 1.5 em !important ;
9391 width : auto !important ;
9492 display : inline-block !important ;
9593 margin : 0 !important ;
10199}
102100
103101.monei-logo img {
104- height : 24 px ;
102+ height : 1.5 em ;
105103 width : auto;
106104}
107105
114112}
115113
116114.monei-card-fieldset {
117- margin-top : 12 px ;
115+ margin-top : 0.75 em ;
118116}
119117
120118/* Loading State */
121119.monei-loading {
122120 text-align : center;
123- padding : 20 px ;
121+ padding : 1.25 em ;
124122 color : # 666 ;
125123}
126124
133131/* Animation for smooth transitions */
134132.monei-input-container {
135133 position : relative;
136- margin-bottom : 16 px ;
134+ margin : 0 0 1 em 0 !important ;
137135}
138136
139137
147145@media (max-width : 480px ) {
148146 .monei-input ,
149147 .monei-card-input {
150- font-size : 16 px ; /* Prevents zoom on iOS */
148+ font-size : 1 em ; /* Prevents zoom on iOS */
151149 }
152150
153151 .monei-payment-request-container {
154- min-height : 60 px ;
152+ min-height : 3.75 em ;
155153 }
156154}
0 commit comments