init caroucel

This commit is contained in:
unknown
2021-08-20 18:10:13 +07:00
parent ef1c53b3a9
commit 8a3aaf4d6a
10 changed files with 165 additions and 2 deletions

View File

@@ -49,6 +49,8 @@ module.exports = {
'background': 'var(--background)',
'white': 'var(--white)',
'background-arrow':'var(--background-arrow)',
// @deprecated (NOT use these variables)
'primary-2': 'var(--primary-2)',
secondary: 'var(--secondary)',
@@ -112,6 +114,9 @@ module.exports = {
'2xl': '1536px',
// => @media (min-width: 1536px) { ... }
},
caroucel:{
"arrow-height":"64px"
}
},
},