Files
IDP-Frontend/components/PhoneInput/PhoneInput.module.css

10 lines
136 B
CSS

.country-select {
font-size: medium;
@mixin light {
color: black;
}
@mixin dark {
color: white;
}
}