fix: date format issue in placeholder flow

This commit is contained in:
RaktimaNXG
2024-02-06 09:54:49 +05:30
parent 87fe5cdd6f
commit 67cb508944
10 changed files with 335 additions and 106 deletions
@@ -50,7 +50,16 @@
border-radius: 2px;
}
.radioButton{
width: 100%;
height: 100%;
position: absolute;
left: 0px;
top: 0px;
font-size: 12px;
border: 1px solid #007bff;
border-radius: 50px;
}
.inputPlaceholder:focus {
outline: none;
border: 1px solid #188ae2;
@@ -615,6 +624,7 @@
.uploadImgLogo {
font-size: 50px;
}
.DropdownMenuContent,
.DropdownMenuSubContent {
min-width: 130px;
@@ -827,8 +837,14 @@ option {
width: 60%;
}
.radioGroupInput{
width: 100%;
}
.radioGroup{
display: flex;
flex-direction: column;
justify-content: flex-start;
}
@media screen and (max-width:766px) {
.validateInputText {
@@ -838,6 +854,7 @@ option {
.validateText {
display: flex;
flex-direction: column;
justify-content: flex-start;
}
.showPages {