@@ -66,33 +66,33 @@ public function payment_fields() {
66
66
67
67
<div style="width: 100% !important;">
68
68
69
- <input style="border: 1px solid lightgray !important;
70
- height: 33px !important;
71
- padding: 8px !important;
72
- margin: 5px 0 5px 0 !important;
73
- width: 40% !important;
74
- background: white !important;
75
- font-size: 16px !important;
76
- box-shadow: none;" type="text" id="nf-expiryMonth" placeholder="MM" size="2" maxlength="2" inputmode="numeric" />
77
-
78
- <span style="width: 10% !important;" class="input-group-text">/</span>
79
-
80
- <input style="border: 1px solid lightgray !important;
81
- height: 33px !important;
82
- padding: 8px !important;
83
- margin: 5px 0 5px 0 !important;
84
- width: 50% !important;
85
- background: white !important;
86
- font-size: 16px !important;
87
- box-shadow: none;" type="text" id="nf-expiryYear" placeholder="YYYY" size="4" maxlength="4" inputmode="numeric" />
69
+ <input style="border: 1px solid lightgray !important;
70
+ height: 33px !important;
71
+ padding: 8px !important;
72
+ margin: 5px 0 5px 0 !important;
73
+ width: 40% !important;
74
+ background: white !important;
75
+ font-size: 16px !important;
76
+ box-shadow: none;" type="text" id="nf-expiryMonth" placeholder="MM" size="2" maxlength="2" inputmode="numeric" />
77
+
78
+ <span style="width: 10% !important;" class="input-group-text">/</span>
79
+
80
+ <input style="border: 1px solid lightgray !important;
81
+ height: 33px !important;
82
+ padding: 8px !important;
83
+ margin: 5px 0 5px 0 !important;
84
+ width: 50% !important;
85
+ background: white !important;
86
+ font-size: 16px !important;
87
+ box-shadow: none;" type="text" id="nf-expiryYear" placeholder="YYYY" size="4" maxlength="4" inputmode="numeric" />
88
88
89
89
</div>
90
90
91
91
</div>
92
92
93
93
<div class="form-row form-row-last">
94
94
<label for="nf-cardSecurityCode">Card Code (CVC) <span class="required">*</span></label>
95
- <div id="nf-securityCode-container" class="nf-form-control nf-border-radius" style="height:38px; border-radius: 0.25rem;" / >
95
+ <div id="nf-securityCode-container" class="nf-form-control nf-border-radius" style="height:38px; border-radius: 0.25rem;"></div >
96
96
</div>
97
97
</div>
98
98
</form>
0 commit comments