funky-framadate-front/src/app/shared/components/selectors/language-selector/language-selector.component...

19 lines
278 B
SCSS

@import './../../../../../styles/variables';
#lang_selector {
background: white;
max-width: 15em;
width: 15em !important;
}
.language-selector-container {
cursor: pointer;
color: $primary-color;
&:hover {
color: $secondary_color;
}
i {
color: $primary-color;
}
}