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

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

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

Loading…
Cancel
Save