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