mirror of
https://github.com/crater-invoice/crater.git
synced 2025-10-29 12:41:10 -04:00
build version 400
This commit is contained in:
11
resources/assets/js/components/base/theme/DatePicker.js
Normal file
11
resources/assets/js/components/base/theme/DatePicker.js
Normal file
@ -0,0 +1,11 @@
|
||||
export default {
|
||||
baseClass:
|
||||
'not-italic font-normal leading-tight text-left border border-solid rounded-md input-field box-border-2 base-date-picker-input',
|
||||
baseSize: 'w-full h-10 px-3 py-3 text-sm',
|
||||
baseColorClass:
|
||||
'placeholder-gray-400 border-gray-200 focus:border-primary-500',
|
||||
invalidClass: 'border-red',
|
||||
disabledClass: 'bg-gray-200 text-gray-500',
|
||||
calendarIconStyle:
|
||||
'absolute w-4 h-5 text-sm not-italic font-black cursor-pointer text-gray-400',
|
||||
}
|
||||
Reference in New Issue
Block a user