@import './../../../../../styles/variables'; .language-selector-container { cursor: pointer; color: $primary-color; i { color: $primary-color; } #lang_selector { max-width: 15em; width: 15em !important; .top { clear: both; width: 100%; } } #lang_button_popup { background: transparent; margin-right: 0.5rem; &:hover { .fa { color: $white; } } } // some lang to select in the popup .lang-element { float: left; height: auto; min-height: auto; margin: 0.5em; input { //height: 1.5rem; display: none; } } .is-current { font-weight: bold; } // button to show all lang choices in a popup .lang-button { color: $primary-color; border: none; padding: 0 1rem; display: block; line-height: $stepper-nav-height; height: $stepper-nav-height; &:hover { i { color: $primary-color !important; } } } #lang_button_popup_mobile { .lang-button { width: 100% !important; } } }