Minor Fixes (#1421)

* Update login.html

* Update custom.css

* Update translate.fa_IR.toml

* Update translate.fa_IR.toml

* Update translate.en_US.toml
This commit is contained in:
Tara Rostami
2023-12-21 20:38:44 +03:30
committed by GitHub
parent 77776e1a62
commit bcfa47e2ad
4 changed files with 9 additions and 6 deletions

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;
}