reverse button order in alert

This commit is contained in:
Kyle Spearrin 2020-03-04 14:03:00 -05:00
parent 6d6a5fed06
commit b7d11a1703
1 changed files with 2 additions and 1 deletions

View File

@ -190,7 +190,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;