[UPDT] BASE: Added '*' to all required fields in the common forms used in as_p

This commit is contained in:
Horilla
2024-06-10 16:35:27 +05:30
parent 358be272c3
commit 2d051aac9f
7 changed files with 10 additions and 10 deletions

View File

@@ -435,7 +435,7 @@ form label {
.required-star::after {
content: "*";
padding-left: 5px;
color: red;
color: #000000;
}
.oh-badge--small {