Skip to content

Commit

Permalink
Merge pull request #533 from Madhuravas/develop
Browse files Browse the repository at this point in the history
fixed mosip logo alignment issue in get personalised card.
  • Loading branch information
aranaravi authored Oct 18, 2023
2 parents 160e1ae + c73c0ff commit b8b2935
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,13 @@ table.fixed td {
padding-left: 1.25rem;
}

.image-icon-ara{
float: left !important;
}
.image-icon{
float: right !important;
}

button[disabled=disabled], button:disabled {
color:#505050 !important;
}
Expand Down
Loading

0 comments on commit b8b2935

Please sign in to comment.