Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
aaradhya-egov committed Sep 18, 2024
1 parent 49481a4 commit 99b7879
Showing 1 changed file with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,11 @@
text-align: center;
}

.sandbox-signup-form .digit-field .digit-error-message {
font-size: 0.8rem;
}


.sandbox-signup-form {
.digit-employee-card.signupCardClassName {
display: flex;
Expand Down Expand Up @@ -344,3 +349,25 @@
}
}
}
.pgr-citizen-wrapper{
.applications-list-container{
.card{
.date-wrap{
align-items: center;
justify-content: flex-start;
}
}
}
}

.pgr-citizen-wrapper{
.applications-list-container{
.card{
.status-highlight{
display: flex;
align-items: center;
justify-content: center;
}
}
}
}

0 comments on commit 99b7879

Please sign in to comment.