mirror of
https://github.com/OpenSignLabs/OpenSign.git
synced 2026-09-02 13:38:44 +02:00
feat: implement input box validation functionality
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user