@burh/nuxt-core 1.0.439 → 1.0.440

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.
@@ -227,5 +227,17 @@ export default {
227
227
  margin: 20px 0;
228
228
  border-radius: 4px;
229
229
  user-select: none;
230
+ position: relative;
231
+ overflow: hidden;
232
+
233
+ &::before {
234
+ content: '';
235
+ position: absolute;
236
+ bottom: 0;
237
+ left: 0;
238
+ width: 100%;
239
+ height: 40px;
240
+ background: linear-gradient(180deg, rgba(#ffffff, 0.2), rgba(#ffffff, 0.9));
241
+ }
230
242
  }
231
243
  </style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@burh/nuxt-core",
3
- "version": "1.0.439",
3
+ "version": "1.0.440",
4
4
  "description": "Design System and Components.",
5
5
  "author": "Burh",
6
6
  "scripts": {