This commit is contained in:
2026-03-08 14:27:16 +03:00
parent 66c151653e
commit 11b58b68c3
22 changed files with 4652 additions and 204 deletions

View File

@@ -26,11 +26,29 @@ export default {
],
},
screens: {
'xs': '475px',
'xs': '320px',
'sm': '640px',
'md': '768px',
'lg': '1024px',
'xl': '1280px',
'2xl': '1536px',
'3xl': '1920px',
},
spacing: {
'18': '4.5rem',
'88': '22rem',
'sidebar-collapsed': '4rem', // 64px
'sidebar-expanded': '16rem', // 256px
},
zIndex: {
'overlay': '40',
'sidebar': '50',
'header': '60',
'modal': '70',
'toast': '80',
},
transitionProperty: {
'sidebar': 'width, transform, opacity',
},
},
},