venissieux: adjust style and position of cancel button (#27963)

This commit is contained in:
Frédéric Péters 2018-12-12 11:30:54 +01:00
parent 6a4586e7d9
commit 8efbe238f1
1 changed files with 8 additions and 0 deletions

View File

@ -256,4 +256,12 @@ div#rub_service div.buttons {
div.previous-button {
float: left;
}
div.cancel-button {
float: right;
button {
border: 1px solid $primary-color;
background: white;
color: $font-color;
}
}
}