mirror of
https://github.com/ArthurDanjou/ui.git
synced 2026-01-19 22:41:42 +01:00
@@ -4,6 +4,17 @@ export default {
|
||||
form: 'form-input',
|
||||
rounded: 'rounded-md',
|
||||
placeholder: 'placeholder-gray-400 dark:placeholder-gray-500',
|
||||
file: {
|
||||
base: 'file:cursor-pointer file:rounded-l-md file:absolute file:left-0 file:inset-y-0 file:font-medium file:m-0 file:border-0 file:ring-1 file:ring-gray-300 dark:file:ring-gray-700 file:text-gray-900 dark:file:text-white file:bg-gray-50 hover:file:bg-gray-100 dark:file:bg-gray-800 dark:hover:file:bg-gray-700/50',
|
||||
padding: {
|
||||
'2xs': 'ps-[85px]',
|
||||
xs: 'ps-[87px]',
|
||||
sm: 'ps-[96px]',
|
||||
md: 'ps-[98px]',
|
||||
lg: 'ps-[100px]',
|
||||
xl: 'ps-[109px]'
|
||||
}
|
||||
},
|
||||
size: {
|
||||
'2xs': 'text-xs',
|
||||
xs: 'text-xs',
|
||||
|
||||
Reference in New Issue
Block a user