soapbox/app/styles/components/language-preferences.scss

11 wiersze
169 B
SCSS

.select-languages__container {
display: flex;
flex-direction: row;
justify-content: space-around;
.label_input {
width: 50%;
padding-right: 20px;
}
}