Skip to content

Commit

Permalink
Small refactoring NeoModalExtend
Browse files Browse the repository at this point in the history
  • Loading branch information
shashkovdanil committed Dec 10, 2023
1 parent a408c8f commit c94b8e4
Showing 1 changed file with 4 additions and 12 deletions.
16 changes: 4 additions & 12 deletions libs/ui/src/components/NeoModalExtend/NeoModalExtend.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,22 +8,14 @@ export default {
</script>

<style lang="scss">
@import '../../scss/_theme.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/_expressions.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/_variables.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/_animations.scss';
@import '@oruga-ui/oruga-next/src/scss/utilities/_helpers.scss';
@import '@oruga-ui/oruga-next/src/scss/components/_modal.scss';
.o-modal {
z-index: 998;
&__content {
border-radius: 0;
}
$modal-zindex: 998;
$modal-overlay-background-color: rgb(0 0 0 / 0.17);
$modal-content-border-radius: 0;
&__overlay {
background-color: rgba(0, 0, 0, 0.17);
}
}
@import '@oruga-ui/oruga-next/src/scss/components/_modal.scss';
</style>

0 comments on commit c94b8e4

Please sign in to comment.