10 lines
136 B
CSS
10 lines
136 B
CSS
.country-select {
|
|
font-size: medium;
|
|
@mixin light {
|
|
color: black;
|
|
}
|
|
@mixin dark {
|
|
color: white;
|
|
}
|
|
}
|