Skip to content

Commit 171cd40

Browse files
committed
fix css
1 parent 9f67028 commit 171cd40

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

_src/blocks/booking-form/booking-form.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919

2020
.booking-form-container form {
21-
position: relative
21+
position: relative;
2222
}
2323

2424
.booking-form-container.display-as-content {
@@ -209,12 +209,6 @@
209209
margin-right: 7px;
210210
}
211211

212-
.booking-form-container.blue-btn .input-row input[type="submit"] {
213-
background-color: #016FFF;
214-
border-color: #016FFF;
215-
padding: 15px;
216-
}
217-
218212
.booking-form-container .input-row input[type="submit"] {
219213
float: left;
220214
margin-right: 8px;
@@ -227,6 +221,12 @@
227221
font-weight: 500;
228222
}
229223

224+
.booking-form-container.blue-btn .input-row input[type="submit"] {
225+
background-color: #016FFF;
226+
border-color: #016FFF;
227+
padding: 15px;
228+
}
229+
230230
.booking-form-container .input-row input {
231231
box-sizing: border-box;
232232
min-height: 35px;

0 commit comments

Comments
 (0)