File tree Expand file tree Collapse file tree
skills/src/app/skills/shared/skill-card
social_platform/src/app/office/profile/detail Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 ;
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments