Add inline-fields class
This commit is contained in:
parent
ea7840d683
commit
0f48bd55b6
@ -296,6 +296,22 @@ form {
|
|||||||
color: $error;
|
color: $error;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.inline-fields {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: row;
|
||||||
|
align-items: center;
|
||||||
|
margin: 16px auto;
|
||||||
|
|
||||||
|
.form-field {
|
||||||
|
flex: 1;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
& > :not(.form-field) {
|
||||||
|
padding: 32px 8px 8px 8px;
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
button, .button {
|
button, .button {
|
||||||
|
Loading…
Reference in New Issue
Block a user