Skip to content

Commit 120e2ca

Browse files
committed
add styles to profile & skill-card
1 parent f5d28b5 commit 120e2ca

2 files changed

Lines changed: 9 additions & 5 deletions

File tree

projects/skills/src/app/skills/shared/skill-card/skill-card.component.scss

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
cursor: pointer;
1010
border: 1px solid var(--grey-button);
1111
border-radius: 15px;
12+
transition: all 0.3s;
13+
14+
&:hover {
15+
box-shadow: 0 0 6px var(--gray);
16+
}
1217

1318
@include responsive.apply-desktop {
1419
margin-bottom: 0;

projects/social_platform/src/app/office/profile/detail/profile-detail.component.html

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -168,12 +168,11 @@ <h2 class="info__name">{{ user.firstName }} {{ user.lastName }}</h2>
168168
class="cancel__image"
169169
src="/assets/images/profile/profile-unfill.png"
170170
/>
171-
<p class="cancel__title text-heading-4">Профиль не завершён</p>
171+
<p class="cancel__title text-heading-4">
172+
Заполни все поля, чтобы использовать Procollab на максимум
173+
</p>
172174
</div>
173-
<p class="text-body-14 cancel__text">
174-
Заполни все поля, чтобы использовать<br />
175-
Procollab на максимум
176-
</p>
175+
<p class="text-body-14 cancel__text">Заполни все поля, чтобы иметь сильное резюме</p>
177176

178177
<a routerLink="/office/profile/edit" [queryParams]="{ editingStep: 'main' }">
179178
<app-button customTypographyClass="text-body-12">Продолжить заполнение</app-button>

0 commit comments

Comments
 (0)