+ +
diff --git a/library/ws-widget/collection/src/lib/_common/avatar-photo/avatar-photo.component.scss b/library/ws-widget/collection/src/lib/_common/avatar-photo/avatar-photo.component.scss index fa866e684..07ff74faf 100644 --- a/library/ws-widget/collection/src/lib/_common/avatar-photo/avatar-photo.component.scss +++ b/library/ws-widget/collection/src/lib/_common/avatar-photo/avatar-photo.component.scss @@ -27,16 +27,16 @@ .circle-m { border-radius: 10%; - width: 55px !important; - height: 55px !important; + width: 40px !important; + height: 40px !important; display: flex; justify-content: center; align-items: center; img { border-radius: 10%; - width: 55px; - height: 55px; + width: 40px; + height: 40px; } .initials { diff --git a/library/ws-widget/collection/src/lib/card-content/card-content.component.scss b/library/ws-widget/collection/src/lib/card-content/card-content.component.scss index 430595105..504014376 100644 --- a/library/ws-widget/collection/src/lib/card-content/card-content.component.scss +++ b/library/ws-widget/collection/src/lib/card-content/card-content.component.scss @@ -396,14 +396,24 @@ .title-text { // font-size: 18px; - margin: $size-s 0; - position: relative; - overflow: hidden; + // margin: $size-s 0; + // position: relative; + // overflow: hidden; // height: $title-line-count * $title-line-height; // line-height: $title-line-height; word-break: break-word; white-space: initial; + margin: 12px 0; + position: relative; + overflow: hidden; + word-break: break-word; + white-space: initial; + white-space: initial; + text-overflow: ellipsis; + display: -webkit-box; + -webkit-line-clamp: 2; + -webkit-box-orient: vertical; } $description-line-count: 2; diff --git a/project/ws/app/src/lib/routes/competencies/components/competencies-view/competencies-view.component.scss b/project/ws/app/src/lib/routes/competencies/components/competencies-view/competencies-view.component.scss index 46214d031..6f1226852 100755 --- a/project/ws/app/src/lib/routes/competencies/components/competencies-view/competencies-view.component.scss +++ b/project/ws/app/src/lib/routes/competencies/components/competencies-view/competencies-view.component.scss @@ -10,7 +10,7 @@ box-shadow: none !important; height: fit-content; width:750px; - padding: 32px 8px!important; + padding: 24px 8px!important; h3.card_description { font-weight: 400!important; @@ -84,8 +84,8 @@ p.competency_level_text { .learn-card-div { overflow-y: scroll; min-height: 215px; - max-height: 400px; - margin-bottom: 30px; + max-height: 300px; + margin-bottom: 24px; @include breakpoint-xs { max-height: 270px; @@ -223,7 +223,7 @@ p.competency_level_text { .card_actions { margin-left: -32px; margin-right: -32px; - padding: 24px 24px 0px 0px; + padding: 16px 24px 0px 0px; border-top: 1px solid rgba(0, 0, 0, 0.08); @include breakpoint-xs { @@ -250,3 +250,7 @@ p.competency_level_text { width:90%; } } + +.mat-card-actions { + margin-bottom:0!important +} diff --git a/src/app/routes/public/public-logout/public-logout.component.html b/src/app/routes/public/public-logout/public-logout.component.html index a8e55f61b..5c498222d 100644 --- a/src/app/routes/public/public-logout/public-logout.component.html +++ b/src/app/routes/public/public-logout/public-logout.component.html @@ -1,25 +1,51 @@ -