/* ff compact */
.ff-compact {
background: white;
border-radius: 6px;
fieldset {
display: flex;
justify-content: center;
align-items: center;
}
&__input {
padding: 8px;
margin: 0!important;
flex: 1px;
flex: 1 1 auto;
}
&__button {
flex: 0 0 auto;
margin: 0 8px 0 0!important;
button {
border-radius: 4px!important;
}
}
}