Skip to content

Commit

Permalink
tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
arily committed Jul 18, 2023
1 parent d132993 commit 790b440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ onMounted(() => {

<style lang="scss">
@import "~/assets/styles/modal.scss";
$zoom-content-stage1: saturate(0.4);
$zoom-content-stage1: saturate(0.4) opacity(0.8);
$zoom-content-stage2: saturate(0.4) opacity(0.2);
$scale: scale(0.98);
Expand Down
4 changes: 2 additions & 2 deletions src/components/T/modal.client.vue
Original file line number Diff line number Diff line change
Expand Up @@ -146,13 +146,13 @@ $in: blur(0.5em) opacity(0) saturate(0.5);
background-color: transparent;
}
to{
@apply bg-gbase-200/30;
@apply bg-gbase-100/60;
@apply backdrop-blur-lg;
}
}
@keyframes backdrop-fade-out {
from {
@apply bg-gbase-200/30;
@apply bg-gbase-100/60;
@apply backdrop-blur-lg;
}
to {
Expand Down

0 comments on commit 790b440

Please sign in to comment.