Skip to content

Commit

Permalink
Added sweetalert styling
Browse files Browse the repository at this point in the history
Signed-off-by: Sam <6567634+sampoyigi@users.noreply.github.com>
  • Loading branch information
sampoyigi committed Mar 14, 2023
1 parent 80d8dbe commit 8680f93
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/css/app.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion assets/js/app.js

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions assets/src/scss/vendor/_+import.vendor.scss
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,9 @@
@import "jquery.raty";
// Animate.css
@import "animate";
//
// Sweetalert2
@import "sweetalert2";
// International Telephone Input
@import "intlTelInput";
.iti__flag {background-image: url("./../images/intlTelInput/flags.png");}
Expand Down
3 changes: 0 additions & 3 deletions assets/src/scss/vendor/select2-bootstrap.scss

This file was deleted.

1 change: 1 addition & 0 deletions assets/src/scss/vendor/sweetalert2.scss

Large diffs are not rendered by default.

3 changes: 3 additions & 0 deletions webpack.mix.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,9 @@ mix.copy(
).copy(
'node_modules/animate.css/animate.css',
'assets/src/scss/vendor/animate.scss'
).copy(
'node_modules/sweetalert2/dist/sweetalert2.min.css',
'assets/src/scss/vendor/sweetalert2.scss'
).copy(
'node_modules/intl-tel-input/build/css/intlTelInput.min.css',
'assets/src/scss/vendor/intlTelInput.scss'
Expand Down

0 comments on commit 8680f93

Please sign in to comment.