Merge pull request #3 from MVA-Global-Fret/migration-brevo
confirmation.html: center button text in action row
This commit is contained in:
commit
8f51ef794a
@ -96,6 +96,8 @@
|
|||||||
}
|
}
|
||||||
.confirmation-card .actions .btn {
|
.confirmation-card .actions .btn {
|
||||||
flex: 1 1 200px;
|
flex: 1 1 200px;
|
||||||
|
justify-content: center;
|
||||||
|
text-align: center;
|
||||||
}
|
}
|
||||||
.confirmation-card .loader {
|
.confirmation-card .loader {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user