antd-phone-input
Version:
Advanced, highly customizable phone input component for Ant Design.
43 lines • 1.2 kB
JSON
{
".ant-phone-input-select-item": {
"display": "flex",
"column-gap": "10px",
"align-items": "center"
},
".ant-phone-input-search-wrapper .ant-input": {
"margin": "0 3px 6px 3px",
"width": "calc(100% - 6px)"
},
".ant-phone-input-search-wrapper .ant-select-item-empty": {
"margin": "0 6px 6px 6px"
},
".ant-phone-input-wrapper .ant-space-compact": {
"width": "100%"
},
".ant-phone-input-wrapper .ant-select-selector": {
"padding": "0 11px !important",
"height": "unset !important"
},
".ant-phone-input-wrapper .ant-select-content": {
"justify-content": "center",
"margin": "0 !important",
"display": "flex"
},
".ant-phone-input-wrapper .ant-select-content input": {
"display": "none !important"
},
".ant-phone-input-wrapper .ant-select-content-value": {
"overflow": "visible !important",
"display": "flex !important"
},
".ant-phone-input-wrapper .ant-select-selection-item": {
"padding": "0 !important",
"align-items": "center",
"display": "flex"
},
".ant-phone-input-wrapper .ant-input-group-addon *": {
"display": "flex",
"align-items": "center",
"justify-content": "center"
}
}