Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
@import "@wordpress/base-styles/breakpoints";
@import "../components";
.email-format-input {
&.form-fieldset {
@extend %form-fieldset;
}
.form-label {
@extend %form-label;
}
.form-select {
@extend %form-select;
width: 457px;
@media screen and (max-width: $break-small) {
width: 100%;
}
}
}