Skip to content

Commit 27fcbb8

Browse files
committed
add styles
1 parent 03abccb commit 27fcbb8

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

projects/skills/src/app/trajectories/track-career/shared/trajectory/trajectory.component.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,9 @@ <h4 class="text-heading-4" [style.color]="trajectory.textColor">{{ trajectory.na
3434
<div class="trajectory__seat">
3535
<p class="text-bold-body-16 trajectory__date" [style.color]="trajectory.textColor">
3636
{{ trajectory.durationMonths }}
37-
{{ trajectory.durationMonths | pluralize: ["месяц", "месяца", "месяцев"] }} + 2 встречи с
38-
наставником
37+
{{ trajectory.durationMonths | pluralize: ["месяц", "месяца", "месяцев"] }}
38+
<!-- {{ trajectory.durationMonths | pluralize: ["месяц", "месяца", "месяцев"] }} + 2 встречи с
39+
наставником -->
3940
</p>
4041
<p class="text-body-10">ряд 43, место А320</p>
4142
</div>

projects/skills/src/app/trajectories/track-career/shared/trajectory/trajectory.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@
155155
}
156156

157157
&__date {
158-
display: none !important;
158+
display: block !important;
159159
margin-top: 48px;
160160
margin-bottom: 36px;
161161

0 commit comments

Comments
 (0)