feat: implement input box validation functionality

This commit is contained in:
RaktimaNXG
2024-02-02 10:00:39 +05:30
parent 048629dd32
commit 87fe5cdd6f
7 changed files with 283 additions and 46 deletions
@@ -615,7 +615,6 @@
.uploadImgLogo {
font-size: 50px;
}
.DropdownMenuContent,
.DropdownMenuSubContent {
min-width: 130px;
@@ -824,8 +823,23 @@ option {
display: none;
}
.validateInputText {
width: 60%;
}
@media screen and (max-width:766px) {
.validateInputText {
width: 100%;
}
.validateText {
display: flex;
flex-direction: column;
}
.showPages {
display: none;
}