How can add input
properties to select
also? Something wrong with this syntax.
.nestedContainerForContactForm {
div {
input {
width: 100%;
}
&select {
outline: none;
-webkit-appearance: menulist-button;
}
}
}