Skip to content

Commit 81d5837

Browse files
committed
add styles
1 parent 2d5aa0d commit 81d5837

2 files changed

Lines changed: 29 additions & 28 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@
3535
}
3636

3737
&__level {
38-
color: var(--accent);
3938
display: none;
39+
color: var(--accent);
4040
}
4141

4242
&__bottom {

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

Lines changed: 28 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@
8686
@include responsive.apply-desktop {
8787
margin-left: 50px;
8888
}
89+
8990
.trajectory {
9091
display: flex;
9192
flex-direction: column;
@@ -240,39 +241,39 @@
240241

241242
.timeline {
242243
&__images {
243-
display: flex;
244-
align-items: center;
245-
flex-direction: row;
246-
gap: 20px;
247-
}
244+
display: flex;
245+
flex-direction: row;
246+
gap: 20px;
247+
align-items: center;
248+
}
248249

249-
&__date {
250-
color: var(--dark-grey);
250+
&__date {
251+
color: var(--dark-grey);
251252

252-
@include responsive.apply-desktop {
253-
align-self: center !important;
254-
}
253+
@include responsive.apply-desktop {
254+
align-self: center !important;
255255
}
256-
257-
&__start {
258-
align-self: baseline;
259-
margin-top: 10px;
260-
color: var(--dark-grey);
261-
262-
@include responsive.apply-desktop {
263-
margin: 0;
264-
}
256+
}
257+
258+
&__start {
259+
align-self: baseline;
260+
margin-top: 10px;
261+
color: var(--dark-grey);
262+
263+
@include responsive.apply-desktop {
264+
margin: 0;
265265
}
266+
}
266267

267-
&__end {
268-
align-self: end;
269-
margin-bottom: 10px;
270-
color: var(--dark-grey);
268+
&__end {
269+
align-self: end;
270+
margin-bottom: 10px;
271+
color: var(--dark-grey);
271272

272-
@include responsive.apply-desktop {
273-
margin: 0;
274-
}
273+
@include responsive.apply-desktop {
274+
margin: 0;
275275
}
276+
}
276277
}
277278

278279
.info__additional {
@@ -313,10 +314,10 @@
313314
}
314315

315316
&__now-container {
316-
margin-top: 20px;
317317
display: flex;
318318
flex-direction: column;
319319
gap: 10px;
320+
margin-top: 20px;
320321

321322
h4 {
322323
display: none;

0 commit comments

Comments
 (0)