mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-05 09:10:53 +01:00
reverse button order in alert
This commit is contained in:
parent
6d6a5fed06
commit
b7d11a1703
@ -190,7 +190,8 @@ $fa-font-path: "~font-awesome/fonts";
|
|||||||
|
|
||||||
.swal2-actions {
|
.swal2-actions {
|
||||||
margin: 20px auto 0;
|
margin: 20px auto 0;
|
||||||
justify-content: flex-end;
|
justify-content: flex-start;
|
||||||
|
flex-direction: row-reverse;
|
||||||
|
|
||||||
button {
|
button {
|
||||||
margin-left: 10px;
|
margin-left: 10px;
|
||||||
|
Loading…
Reference in New Issue
Block a user