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
|
||||
export const NEW = [];
|
||||
export const NEW = ['Target Cursor', 'Ripple Grid'];
|
||||
export const UPDATED = [];
|
||||
|
||||
// Used for main sidebar navigation
|
||||
@@ -37,6 +37,7 @@ export const CATEGORIES = [
|
||||
'Noise',
|
||||
'Splash Cursor',
|
||||
'Pixel Transition',
|
||||
'Target Cursor',
|
||||
'Ribbons',
|
||||
'Glare Hover',
|
||||
'Magnet Lines',
|
||||
@@ -48,8 +49,7 @@ export const CATEGORIES = [
|
||||
'Blob Cursor',
|
||||
'Meta Balls',
|
||||
'Image Trail',
|
||||
'Shape Blur',
|
||||
'Target Cursor',
|
||||
'Shape Blur'
|
||||
]
|
||||
},
|
||||
{
|
||||
@@ -82,6 +82,7 @@ export const CATEGORIES = [
|
||||
'Beams',
|
||||
'Dot Grid',
|
||||
'Hyperspeed',
|
||||
'Ripple Grid',
|
||||
'Silk',
|
||||
'Lightning',
|
||||
'Balatro',
|
||||
@@ -95,8 +96,7 @@ export const CATEGORIES = [
|
||||
'Orb',
|
||||
'Ballpit',
|
||||
'Liquid Chrome',
|
||||
'Grid Distortion',
|
||||
'Ripple Grid',
|
||||
'Grid Distortion'
|
||||
]
|
||||
}
|
||||
];
|
||||
|
||||
@@ -132,7 +132,7 @@
|
||||
.drawer-navigation .sidebar-item .new-tag {
|
||||
color: #fff;
|
||||
border: 1px solid #27ff64;
|
||||
background-color: rgba(82, 39, 255, 0.3);
|
||||
background-color: rgba(39, 255, 100, 0.3);
|
||||
}
|
||||
|
||||
.sidebar-item .updated-tag,
|
||||
|
||||
Reference in New Issue
Block a user