Skip to content

Commit

Permalink
QUV-2366: jquery fancybox styles added because modal need its
Browse files Browse the repository at this point in the history
  • Loading branch information
jguede committed Jun 12, 2024
1 parent 2afca54 commit 40e6185
Show file tree
Hide file tree
Showing 6 changed files with 911 additions and 1 deletion.
2 changes: 2 additions & 0 deletions src/components/modal/_modal.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// -------------------------- MODAL - COMPONENTS ---------------------------- //


// These styles depend on the fancybox library

.modal {
@import './variables-modal';
@import './mixins-modal';
Expand Down
2 changes: 1 addition & 1 deletion src/components/modal/_variables-modal.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,4 @@ $modal-size-map: (
min-height: $cmp-modal-size-min-height-full,
height: $cmp-modal-size-height-full,
)
)
);
1 change: 1 addition & 0 deletions src/vendors/_index.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@

@import "./animate";
@import "./bootstrap-grid";
@import "./jquery.fancybox";
@import "./select2";
@import "./custom-vendors";
Loading

0 comments on commit 40e6185

Please sign in to comment.