change input radius vom 24.8 pt to 17 px

This commit is contained in:
ogerly 2022-05-04 10:48:15 +02:00
parent f68826ca44
commit 90018b86a8

View File

@ -44,12 +44,13 @@ html, body {
}
.form-control, .custom-select {
border-radius: 24.8pt;
border-radius: 17px;
height: 50px;
}
.rounded-right {
border-top-right-radius: 24.8pt !important;
border-bottom-right-radius: 24.8pt !important;
border-top-right-radius: 17pt !important;
border-bottom-right-radius: 17pt !important;
}
.alert-success {