@mixd-id/web-scaffold 0.1.240411046 → 0.1.240411047

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mixd-id/web-scaffold",
3
3
  "private": false,
4
- "version": "0.1.240411046",
4
+ "version": "0.1.240411047",
5
5
  "scripts": {
6
6
  "dev": "vite serve",
7
7
  "build": "vite build",
@@ -197,7 +197,7 @@ export default{
197
197
  .alert{
198
198
  @apply fixed top-0 left-0 flex w-screen h-screen;
199
199
  @apply items-center justify-center bg-white/50 backdrop-blur-md;
200
- z-index: 60;
200
+ z-index: 150;
201
201
  }
202
202
  [data-theme="dark"] .alert{
203
203
  @apply bg-black/50;
@@ -115,7 +115,7 @@ export default{
115
115
  .confirm{
116
116
  @apply fixed top-0 left-0 flex w-screen h-screen px-8;
117
117
  @apply items-center justify-center bg-white/50 backdrop-blur-md;
118
- z-index: 60;
118
+ z-index: 150;
119
119
  }
120
120
  [data-theme="dark"] .confirm{
121
121
  @apply bg-black/50;
@@ -84,7 +84,7 @@ export default{
84
84
 
85
85
  .YWxl{
86
86
  @apply fixed top-0 w-full;
87
- z-index: 61;
87
+ z-index: 150;
88
88
  left: 50%;
89
89
  transform: translate3d(-50%, 0, 0);
90
90
  }