Skip to content

Instantly share code, notes, and snippets.

@vitohuang
Created March 5, 2024 09:54
Show Gist options
  • Save vitohuang/3b2cc19621b333e563c3af15dd6422eb to your computer and use it in GitHub Desktop.
Save vitohuang/3b2cc19621b333e563c3af15dd6422eb to your computer and use it in GitHub Desktop.
.react-datepicker__month-container {
width: 320px;
font-size: 1.4rem;
}
.react-datepicker__month {
margin: 0 auto;
}
react-datepicker__day-name {
width: 4rem;
}
.react-datepicker__day {
width: 4rem;
height: 4rem;
line-height: 4rem;
}
#mpr-product-inputs .form-group {
text-align: left !important;
}
#mpr-product-inputs .mpr-input-tickbox .mpr-input-label, #mpr-product-inputs .form-group .mpr-input-label span.mpr-label-content {
justify-content: left !important;
}
#mpr-product-inputs .form-group textarea, #mpr-product-inputs .form-group select, #mpr-product-inputs .form-group input {
text-align: left !important;
}
.mpr-custom-label {
font-size: 1.8rem;
font-weight: bold;
}
.mpr-input-label input::placeholder {
text-align: left !important;
}
#mpr-product-inputs .form-group,
#mpr-product-inputs .form-group input::placeholder {
text-align: left !important;
}
#mpr-product-inputs .form-group input[type="checkbox"],
#mpr-product-inputs .form-group input[type="radio"] {
height: 4rem !important;
width: 4rem !important;
vertical-align: middle;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment