Update custom.css

This commit is contained in:
Tara Rostami 2023-12-20 20:40:43 +03:30 committed by GitHub
parent 819fea4021
commit bdc313a98d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1117,3 +1117,7 @@ li.ant-select-dropdown-menu-item:empty:after {
padding: 0.5rem;
border-radius: 1rem;
}
.ant-input-group-addon:not(:first-child):not(:last-child), .ant-input-group-wrap:not(:first-child):not(:last-child), .ant-input-group>.ant-input:not(:first-child):not(:last-child) {
border-radius: 0rem 1rem 1rem 0rem;
}