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

24 lines
363 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;
}
}
2021-12-16 12:21:24 +01:00
.lang-button {
border: none;
padding: 0;
line-height: $header-nav-inner-height;
}