feat/create initial form control component (#45578)
* feat: form control initial structure * feat: add form control feedback default styles. * feat: add initial form control static styles * feat: add initial form-control styles * feat: add initial stories * feat: readjust styles
This commit is contained in:
@ -72,6 +72,7 @@ module.exports = {
|
||||
}
|
||||
},
|
||||
borderWidth: {
|
||||
1: '1px',
|
||||
3: '3px'
|
||||
},
|
||||
fontSize: {
|
||||
@ -80,6 +81,14 @@ module.exports = {
|
||||
sm: ['16px', '1.5'],
|
||||
md: ['18px', '1.42857143'],
|
||||
lg: ['24px', '1.3333333']
|
||||
},
|
||||
minHeight: {
|
||||
'43-px': '43px'
|
||||
},
|
||||
extend: {
|
||||
zIndex: {
|
||||
2: '2'
|
||||
}
|
||||
}
|
||||
},
|
||||
plugins: []
|
||||
|
Reference in New Issue
Block a user