Skip to content

Commit

Permalink
Update styles.scss
Browse files Browse the repository at this point in the history
  • Loading branch information
Pratikshakhandagale authored Aug 10, 2023
1 parent b198c99 commit 4dc50b5
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions donor-registry/src/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1475,10 +1475,16 @@ formly-multi-schema-type .card {
.blue-link{
color:#4285F4;

}

}

.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
width: 50% !important;
margin-top: 5% !important;
}

.scroll-pop{
max-height: 300px;
overflow-y: auto !important;
}
}

0 comments on commit 4dc50b5

Please sign in to comment.