Skip to content

Commit

Permalink
refactor: use define width for modal alert
Browse files Browse the repository at this point in the history
  • Loading branch information
FazioNico committed Oct 6, 2023
1 parent 3b0c50e commit ea59732
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/global.scss
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,7 @@ ion-popover.profil-popover {

.modalAlert {
--width: fit-content;
--min-width: 350px;
--max-width: 650px;
--max-width: 350px;
--height: fit-content;
--border-radius: 32px;
--backdrop-opacity: 0.3!important;
Expand Down

0 comments on commit ea59732

Please sign in to comment.