Skip to content

Commit cb45770

Browse files
committed
remove useless css class
1 parent b1b562c commit cb45770

2 files changed

Lines changed: 3 additions & 5 deletions

File tree

projects/skills/src/app/trajectories/track-career/detail/info/info.component.html

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@
5959
>
6060
</a>
6161
} @else {
62-
<p class="text-bold-body-16 mentor__soon">Скоро тут будет наставник!</p>
62+
<p class="text-bold-body-16" [style.color]="trajectory.buttonColor">
63+
Скоро тут будет наставник!
64+
</p>
6365
}
6466
</div>
6567

projects/skills/src/app/trajectories/track-career/detail/info/info.component.scss

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -279,10 +279,6 @@
279279
gap: 12px;
280280
align-items: center;
281281
}
282-
283-
&__soon {
284-
color: var(--accent);
285-
}
286282
}
287283

288284
.skills {

0 commit comments

Comments
 (0)