move formgroup-inputs without formgroup-label to the right
This commit is contained in:
parent
780e96320c
commit
d177edd420
@ -11,6 +11,12 @@ fieldset {
|
|||||||
margin-bottom: 0;
|
margin-bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@media (min-width: 769px) {
|
||||||
|
.form-group__input {
|
||||||
|
grid-column: 2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
[data-autosubmit][type="submit"] {
|
[data-autosubmit][type="submit"] {
|
||||||
animation: fade-in 500ms ease-in-out backwards;
|
animation: fade-in 500ms ease-in-out backwards;
|
||||||
animation-delay: 500ms;
|
animation-delay: 500ms;
|
||||||
|
|||||||
Reference in New Issue
Block a user