Elastic: Make Cancel/Close button in a mobile dialog be the last one

pull/6241/head
Aleksander Machniak 6 years ago
parent 051a82ef03
commit 915e50af9f

@ -236,6 +236,10 @@
&:disabled {
opacity: .5;
}
&.cancel {
order: 100; // makes Cancel/close button the last one
}
}
a.btn-link {

Loading…
Cancel
Save