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:
Ahmad Abdolsaheb
2022-04-01 14:03:54 +03:00
committed by GitHub
parent 156bf3c23f
commit e7577927df
9 changed files with 163 additions and 0 deletions

View File

@ -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: []