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

19 lines
278 B
SCSS
Raw Normal View History

2021-12-14 11:22:23 +01:00
@import './../../../../../styles/variables';
2021-12-06 12:13:47 +01:00
#lang_selector {
background: white;
2021-12-13 16:18:24 +01:00
max-width: 15em;
width: 15em !important;
2021-12-06 12:13:47 +01:00
}
2021-12-14 11:22:23 +01:00
.language-selector-container {
cursor: pointer;
color: $primary-color;
&:hover {
color: $secondary_color;
}
i {
color: $primary-color;
}
}