- one more time rework slider

- rework design system
- fill trainer page
This commit is contained in:
Salam-vsem
2025-05-16 15:08:36 +03:00
parent 2c1ebe5dae
commit 24899dc686
46 changed files with 576 additions and 274 deletions

View File

@@ -12,16 +12,19 @@ export default {
DEFAULT: 'rgba(28, 28, 30, 1)',
},
brand: {
DEFAULT: 'rgba(136,10,145, 1)',
DEFAULT: 'rgba(199, 14, 211, 1)',
},
text: {
light: '#FFFFFF',
DEFAULT: '#AEAEAE',
DEFAULT: '#C4C4C4',
},
border: {
light: '#D9D9D9',
},
},
aspectRatio: {
'3/4': '3 / 4'
},
keyframes: {
marquee: {
to: { transform: 'translateX(-50%)' },