clermont-ici: move right authentic submit buttons (#68042)

This commit is contained in:
Thomas Jund 2022-12-02 11:19:55 +01:00
parent f41047ccf4
commit bcc9674337
1 changed files with 14 additions and 0 deletions

View File

@ -566,6 +566,20 @@ div.buttons .cancel-button button {
}
}
//
// AUTHENTIC
//
.authentic-page {
// submit button in right
form .buttons {
display: flex;
.submit-button {
order: 1;
}
}
}
//
// FOOTER