Skip to content

Commit

Permalink
Merge pull request #2387 from sunbird-cb/homepage-ui-fix-kb-4930
Browse files Browse the repository at this point in the history
profile stat section loader ui fix
  • Loading branch information
vishnubansaltarento authored Aug 1, 2024
2 parents 7f6e5c2 + 3b66c84 commit 2ef3e69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@
</div>
</div>

<div class="profile-wrapper" *ngIf="isLoading">
<div class="profile-wrapper profile-loading-wrapper" *ngIf="isLoading">
<div class="profile-user-details flex flex-middle padding-12">
<div class="progress-bar">
<span class="skeleton-box" style="width:64px;height:64px;border-radius: 50%"></span>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,11 @@
}

}
.profile-loading-wrapper {
background-color: #fff;
box-shadow: 0px 2px 1px -1px rgba(0, 0, 0, 0.2), 0px 1px 1px 0px rgba(0, 0, 0, 0.14), 0px 1px 3px 0px rgba(0, 0, 0, 0.12);
border-radius: 12px 12px;
}
.stats-container {
border-radius: 12px;
border: 1px solid rgba(0,0,0, 0.08);
Expand Down

0 comments on commit 2ef3e69

Please sign in to comment.