Landing/src/components/language-switch/language-switch.style.scss
2022-08-06 10:11:39 +03:00

6 lines
123 B
SCSS

@use "../../assets/stylesheets/base/colors" as *;
.btn-lng {
color: $color-text-primary;
text-transform: uppercase;
}