File tree Expand file tree Collapse file tree
projects/social_platform/src/app/office
program/shared/rating-card Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -239,17 +239,19 @@ <h3>Вы действительно хотите отписаться от пр
239239 < div class ="unsubscribe-modal__buttons ">
240240 < app-button
241241 color ="red "
242+ size ="big "
242243 customTypographyClass ="unsubscribe-modal-btn__typography "
243244 (click) ="onUnsubscribe($event, info?.id!) "
244245 [disabled] ="!info?.id "
245246 >
246- Отписаться
247+ отписаться
247248 </ app-button >
248249 < app-button
250+ size ="big "
249251 customTypographyClass ="unsubscribe-modal-btn__typography "
250252 (click) ="onCloseUnsubscribeModal() "
251253 >
252- Отменить
254+ отменить
253255 </ app-button >
254256 </ div >
255257 </ div >
Original file line number Diff line number Diff line change 6363 </ div >
6464
6565 < div class ="card__lower ">
66- < div class ="card__wrapper " [style.overflow-y] ="isProjectCriterias() > 4 ? 'auto' : 'none' ">
66+ < div class ="card__wrapper " [style.overflow-y] ="isProjectCriterias() > 6 ? 'auto' : 'none' ">
6767 < div class ="card__lower--info ">
6868 < p class ="text-body-12 "> оценка проекта</ p >
6969 < i appIcon icon ="medal " appWidth ="8 " appHeight ="12 "> </ i >
You can’t perform that action at this time.
0 commit comments