1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-10-06 05:28:51 +02:00

reverse button order in alert

This commit is contained in:
Kyle Spearrin 2020-03-04 14:03:02 -05:00
parent 40c00222f2
commit 68794877bc

View File

@ -198,7 +198,8 @@ $fa-font-path: "~font-awesome/fonts";
.swal2-actions {
margin: 20px auto 0;
justify-content: flex-end;
justify-content: flex-start;
flex-direction: row-reverse;
button {
margin-left: 10px;