master
candice 2 years ago
parent c86d714e8e
commit 3cadbaa129

@ -1845,8 +1845,9 @@ display: block;
margin-bottom: 10px; margin-bottom: 10px;
} }
.numberBtn { .numberBtn {
width: 100%; width: 100%;
overflow: hidden; display: flex;
margin-top: 10px;
} }
.minaddBtn { .minaddBtn {
background: #FFF; background: #FFF;
@ -1858,7 +1859,7 @@ font-size: 35px;
margin-top: 5px; margin-top: 5px;
cursor: pointer; cursor: pointer;
padding: 5px 10px 5px 10px !important; padding: 5px 10px 5px 10px !important;
margin-right: 5px; margin-right: 10px;
} }
.kidNum, .number { .kidNum, .number {
width: 45% !important; width: 45% !important;
@ -1868,8 +1869,9 @@ border-radius: 4px;
height: 30px; height: 30px;
font-size: 25px; font-size: 25px;
position: relative; position: relative;
top: -5px; top: -3px;
padding: 10px !important; padding: 10px !important;
margin-right: 10px;
} }
.kids_age { .kids_age {
float: left; float: left;

Loading…
Cancel
Save