mirror of
https://github.com/DavidHDev/vue-bits.git
synced 2026-03-07 22:49:31 -07:00
feat: Update sidebar categories and improve new tag styling
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
// Highlighted sidebar items
|
// Highlighted sidebar items
|
||||||
export const NEW = [];
|
export const NEW = ['Target Cursor', 'Ripple Grid'];
|
||||||
export const UPDATED = [];
|
export const UPDATED = [];
|
||||||
|
|
||||||
// Used for main sidebar navigation
|
// Used for main sidebar navigation
|
||||||
@@ -37,6 +37,7 @@ export const CATEGORIES = [
|
|||||||
'Noise',
|
'Noise',
|
||||||
'Splash Cursor',
|
'Splash Cursor',
|
||||||
'Pixel Transition',
|
'Pixel Transition',
|
||||||
|
'Target Cursor',
|
||||||
'Ribbons',
|
'Ribbons',
|
||||||
'Glare Hover',
|
'Glare Hover',
|
||||||
'Magnet Lines',
|
'Magnet Lines',
|
||||||
@@ -48,8 +49,7 @@ export const CATEGORIES = [
|
|||||||
'Blob Cursor',
|
'Blob Cursor',
|
||||||
'Meta Balls',
|
'Meta Balls',
|
||||||
'Image Trail',
|
'Image Trail',
|
||||||
'Shape Blur',
|
'Shape Blur'
|
||||||
'Target Cursor',
|
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -82,6 +82,7 @@ export const CATEGORIES = [
|
|||||||
'Beams',
|
'Beams',
|
||||||
'Dot Grid',
|
'Dot Grid',
|
||||||
'Hyperspeed',
|
'Hyperspeed',
|
||||||
|
'Ripple Grid',
|
||||||
'Silk',
|
'Silk',
|
||||||
'Lightning',
|
'Lightning',
|
||||||
'Balatro',
|
'Balatro',
|
||||||
@@ -95,8 +96,7 @@ export const CATEGORIES = [
|
|||||||
'Orb',
|
'Orb',
|
||||||
'Ballpit',
|
'Ballpit',
|
||||||
'Liquid Chrome',
|
'Liquid Chrome',
|
||||||
'Grid Distortion',
|
'Grid Distortion'
|
||||||
'Ripple Grid',
|
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -132,7 +132,7 @@
|
|||||||
.drawer-navigation .sidebar-item .new-tag {
|
.drawer-navigation .sidebar-item .new-tag {
|
||||||
color: #fff;
|
color: #fff;
|
||||||
border: 1px solid #27ff64;
|
border: 1px solid #27ff64;
|
||||||
background-color: rgba(82, 39, 255, 0.3);
|
background-color: rgba(39, 255, 100, 0.3);
|
||||||
}
|
}
|
||||||
|
|
||||||
.sidebar-item .updated-tag,
|
.sidebar-item .updated-tag,
|
||||||
|
|||||||
Reference in New Issue
Block a user