Skip to content

Commit 574566e

Browse files
committed
add styles for modals & datepicker
1 parent aa97215 commit 574566e

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

projects/social_platform/src/app/office/feed/feed.component.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,14 @@
1212

1313
&--no-items {
1414
display: flex;
15-
align-items: center;
16-
justify-content: center;
1715
flex-direction: column;
1816
gap: 20px;
17+
align-items: center;
18+
justify-content: center;
1919
margin-top: 70px;
2020

21-
i, p {
21+
i,
22+
p {
2223
color: var(--grey-for-text);
2324
}
2425
}

projects/social_platform/src/app/office/vacancies/list/list.component.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99

1010
&--no-items {
1111
display: flex;
12-
align-items: center;
13-
justify-content: center;
1412
flex-direction: column;
1513
gap: 20px;
14+
align-items: center;
15+
justify-content: center;
1616
margin-top: 70px;
1717
text-align: center;
1818

19-
i, p {
19+
i,
20+
p {
2021
color: var(--grey-for-text);
2122
}
2223
}

0 commit comments

Comments
 (0)