Skip to content

Commit 99c8606

Browse files
committed
add styles for updates
1 parent 30faee4 commit 99c8606

11 files changed

Lines changed: 36 additions & 33 deletions

File tree

projects/skills/src/app/task/shared/relations-task/relations-task.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
&__column {
4242
display: flex;
4343
flex-direction: column;
44+
flex-grow: 1;
4445
gap: 10px;
4546
min-width: 220px;
46-
flex-grow: 1;
4747

4848
&--grid {
4949
display: grid;

projects/social_platform/src/app/office/members/filters/members-filters.component.scss

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@
44
.filters {
55
display: flex;
66
flex-direction: column;
7-
margin-bottom: 40px;
8-
min-width: 280px;
7+
gap: 0;
98
width: 100%;
10-
gap: 0px;
9+
min-width: 280px;
1110
padding: 26px;
11+
margin-bottom: 40px;
1212
background-color: var(--white);
1313
border-radius: 8px;
14-
14+
1515
@include responsive.apply-desktop {
16-
padding: 26px 16px;
1716
gap: 24px;
17+
padding: 26px 16px;
1818
}
1919

2020
&__titles {
@@ -39,14 +39,14 @@
3939

4040
&__block {
4141
margin-bottom: 0;
42-
42+
4343
@include responsive.apply-desktop {
4444
margin-bottom: 10px;
4545
}
4646

4747
.filter__name {
48-
color: var(--gray);
4948
margin-bottom: 5px;
49+
color: var(--gray);
5050
cursor: pointer;
5151
}
5252

@@ -55,8 +55,8 @@
5555
gap: 5px;
5656

5757
span {
58-
margin-bottom: 0;
5958
margin-top: 2px;
59+
margin-bottom: 0;
6060
}
6161
}
6262
}

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
21
@use "styles/responsive";
32
@use "styles/typography";
43

54
.members {
65
&__title {
76
display: none;
8-
7+
98
@include responsive.apply-desktop {
109
display: block;
1110
margin-bottom: 14px;
@@ -18,8 +17,8 @@
1817

1918
@include responsive.apply-desktop {
2019
flex-direction: row;
21-
justify-content: space-between;
2220
gap: 24px;
21+
justify-content: space-between;
2322
}
2423
}
2524

projects/social_platform/src/app/office/profile/detail/profile-detail.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,16 +50,16 @@ $detail-bar-mb: 12px;
5050

5151
&__tooltip {
5252
position: absolute;
53-
bottom: 90%;
5453
right: 0%;
54+
bottom: 90%;
5555
z-index: 100;
5656
display: none;
5757
width: 220px;
5858
padding: 12px;
5959
color: var(--accent);
6060
background-color: var(--white);
61-
box-shadow: 0 0 6px var(--gray);
6261
border-radius: 8px;
62+
box-shadow: 0 0 6px var(--gray);
6363
opacity: 0;
6464
transition: opacity 0.3s ease-in-out;
6565

projects/social_platform/src/app/office/program/shared/program-head/program-head.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484

8585
@include responsive.apply-desktop {
8686
flex-grow: 1;
87-
margin-left: auto;
8887
width: 30%;
88+
margin-left: auto;
8989
}
9090
}
9191
}

projects/social_platform/src/app/office/program/shared/rating-card/rating-card.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
&__upper {
1414
padding: 14px;
1515
background-color: var(--white);
16-
border-radius: 15px;
1716
border: 1px solid var(--accent);
17+
border-radius: 15px;
1818

1919
@include responsive.apply-desktop {
2020
min-height: 550px;
@@ -133,8 +133,8 @@
133133
display: flex;
134134
flex-direction: column;
135135
gap: 15px;
136-
margin-top: 25px;
137136
padding: 14px;
137+
margin-top: 25px;
138138

139139
@include responsive.apply-desktop {
140140
gap: 24px;

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@
238238
justify-content: space-between;
239239
width: 100%;
240240
padding: 0;
241-
241+
242242
@include responsive.apply-desktop {
243243
padding: 60px 50px;
244244
}
@@ -273,6 +273,7 @@
273273

274274
@include responsive.apply-desktop {
275275
width: 25%;
276+
276277
@include typography.bold-body-16;
277278
}
278279
}
@@ -336,9 +337,9 @@
336337
}
337338

338339
&__team {
339-
grid-template-columns: repeat(1, 270px);
340+
grid-template-columns: repeat(1, 270px);
340341
margin-top: 10px;
341-
342+
342343
@include responsive.apply-desktop {
343344
grid-template-columns: repeat(3, 350px);
344345
}

projects/social_platform/src/app/office/shared/invite-card/invite-card.component.scss

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@
3333
display: flex;
3434
flex-direction: column;
3535
justify-content: center;
36-
text-align: center;
3736
width: 400px;
37+
text-align: center;
3838

3939
p {
4040
margin-bottom: 15px;
@@ -52,8 +52,8 @@
5252

5353
::ng-deep {
5454
app-button {
55-
width: 30%;
5655
align-self: center;
56+
width: 30%;
5757
}
5858

5959
app-input {
@@ -63,7 +63,9 @@
6363
}
6464

6565
app-select {
66-
.field__input, ul, li {
66+
.field__input,
67+
ul,
68+
li {
6769
@include typography.body-12;
6870
}
6971
}
@@ -72,14 +74,14 @@
7274

7375
&__buttons {
7476
display: flex;
75-
align-items: center;
7677
gap: 10px;
78+
align-items: center;
7779
}
7880

7981
&__icons {
8082
display: flex;
81-
align-items: center;
8283
gap: 5px;
84+
align-items: center;
8385
}
8486

8587
&__icon {

projects/social_platform/src/app/office/vacancies/shared/filter/vacancy-filter.component.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,19 +147,20 @@
147147
display: flex;
148148
flex-direction: column;
149149
gap: 15px;
150-
150+
151151
::ng-deep {
152152
app-input {
153153
input {
154154
padding: 10px 12px;
155+
155156
@include typography.body-12;
156157
}
157158
}
158159
}
159-
160+
160161
@include responsive.apply-desktop {
161162
flex-direction: row;
162-
gap: 50px;
163+
gap: 50px;
163164
}
164165
}
165166
}

projects/social_platform/src/app/ui/components/range-input/range-input.component.scss

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
.range {
22
display: flex;
3-
align-items: center;
43
gap: 10px;
4+
align-items: center;
55
width: 100%;
66
color: var(--black);
77

88
label {
9-
color: var(--gray);
109
margin-right: 5px;
10+
color: var(--gray);
1111
}
1212

1313
&__divider {
@@ -20,11 +20,11 @@
2020

2121
&__start,
2222
&__end {
23+
width: 100px;
24+
padding: 8px 10px;
2325
background-color: var(--white);
2426
border: 1px solid var(--gray);
2527
border-radius: var(--rounded-lg);
26-
padding: 8px 10px;
27-
width: 100px;
2828
}
2929

3030
&__point {

0 commit comments

Comments
 (0)