@burh/nuxt-core 1.0.185 → 1.0.186

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.
@@ -300,4 +300,16 @@ $loader-base-size: 4rem;
300
300
  40% {
301
301
  box-shadow: 0 #{$loader-base-size / 4} 0 0;
302
302
  }
303
+ }
304
+
305
+ //Modal Preview
306
+
307
+ .v-modal {
308
+ position: fixed;
309
+ left: 0;
310
+ top: 0;
311
+ width: 100%;
312
+ height: 100%;
313
+ opacity: 0.7 !important;
314
+ background: #172b4d !important;
303
315
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.185",
3
+ "version": "1.0.186",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {