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

39 lines
577 B
SCSS

@import './../../../../../styles/variables';
#lang_selector {
background: white;
max-width: 15em;
width: 15em !important;
.top {
clear: both;
width: 100%;
}
}
.language-selector-container {
cursor: pointer;
color: $primary-color;
&:hover {
color: $secondary_color;
}
i {
color: $primary-color;
}
}
.lang-element {
float: left;
margin: 0.5em;
min-width: 11em;
}
.is-current {
font-weight: bold;
}
.lang-button {
color: $secondary_color;
border: none;
padding: 0 1rem;
display: block;
line-height: $header-nav-height;
height: $header-nav-height;
}