Skip to content

Commit

Permalink
fix(Style): Change width of modal buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorentinTh committed Mar 14, 2021
1 parent 89233bc commit 301f376
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/styles/main.scss
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ input[type='file']::-webkit-file-upload-button {
}

button.swal2-confirm {
width: 90%;
width: 100%;
background: themed('color-accent') !important;
color: themed('color-text-active') !important;

Expand All @@ -278,7 +278,7 @@ input[type='file']::-webkit-file-upload-button {
}

button.swal2-cancel {
width: 90% !important;
width: 100% !important;
background-color: themed('color-primary') !important;
border: 1px solid themed('color-accent') !important;
color: themed('color-accent') !important;
Expand Down

0 comments on commit 301f376

Please sign in to comment.