diff --git a/library/ws-widget/collection/src/lib/_common/profile-card-stats/profile-card-stats.component.html b/library/ws-widget/collection/src/lib/_common/profile-card-stats/profile-card-stats.component.html index 19d2c1f05..53a133e73 100644 --- a/library/ws-widget/collection/src/lib/_common/profile-card-stats/profile-card-stats.component.html +++ b/library/ws-widget/collection/src/lib/_common/profile-card-stats/profile-card-stats.component.html @@ -117,7 +117,7 @@ -
+
diff --git a/library/ws-widget/collection/src/lib/_common/profile-card-stats/profile-card-stats.component.scss b/library/ws-widget/collection/src/lib/_common/profile-card-stats/profile-card-stats.component.scss index 7bbb5a822..b47277ee3 100644 --- a/library/ws-widget/collection/src/lib/_common/profile-card-stats/profile-card-stats.component.scss +++ b/library/ws-widget/collection/src/lib/_common/profile-card-stats/profile-card-stats.component.scss @@ -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);