Skip to content

Commit eedb63a

Browse files
committed
add styles for main stage, contacts & upload-file, textarea, input, select components
1 parent 6092864 commit eedb63a

11 files changed

Lines changed: 30 additions & 32 deletions

File tree

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
.project {
77
position: relative;
8-
9-
padding: 80px 0px;
8+
padding: 80px 0;
109
background-color: var(--white);
1110
border-radius: var(--rounded-md);
1211

projects/social_platform/src/app/office/projects/edit/shared/project-main-step/project-main-step.component.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010

1111
&__grid {
1212
display: grid;
13-
align-items: center;
1413
grid-gap: 20px;
14+
align-items: center;
1515
margin-bottom: 20px;
1616
}
1717

@@ -28,16 +28,17 @@
2828

2929
&--additional {
3030
display: flex;
31-
align-items: center;
3231
gap: 20px;
32+
align-items: center;
3333

3434
fieldset {
3535
flex-basis: 50%;
3636
}
3737
}
3838
}
3939

40-
&__problem, &__description {
40+
&__problem,
41+
&__description {
4142
margin-bottom: 12px;
4243
}
4344

projects/social_platform/src/app/office/projects/edit/shared/project-navigation/project-navigation.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
gap: 10px;
1717
align-items: center;
1818
justify-content: center;
19+
padding: 2px;
1920
background-color: var(--gray);
2021
border-radius: var(--rounded-xxl);
21-
padding: 2px;
2222

2323
@include responsive.apply-desktop {
2424
gap: 0;
@@ -33,8 +33,8 @@
3333
cursor: pointer;
3434

3535
&--active {
36+
padding: 0 10px;
3637
background-color: var(--white);
37-
padding: 0px 10px;
3838
border-radius: var(--rounded-xxl);
3939
}
4040
}

projects/social_platform/src/app/office/projects/edit/shared/project-team-step/project-team-step.component.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
&__team {
9595
grid-template-columns: repeat(1, 270px);
9696
grid-gap: 20px;
97-
margin: 15px 0px;
97+
margin: 15px 0;
9898

9999
@include responsive.apply-desktop {
100100
grid-template-columns: repeat(5, 150px);
@@ -103,8 +103,8 @@
103103

104104
&__link {
105105
display: flex;
106-
margin-bottom: 12px;
107106
gap: 20px;
107+
margin-bottom: 12px;
108108

109109
app-button {
110110
flex-basis: 70%;

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@
55
.invite {
66
display: flex;
77
flex-direction: column;
8+
gap: 15px;
89
justify-content: space-between;
910
padding: 15px 10px;
10-
gap: 15px;
1111
background-color: var(--light-gray);
1212
border-radius: var(--rounded-md);
1313

@@ -31,8 +31,8 @@
3131

3232
&__user {
3333
display: flex;
34-
align-items: center;
3534
gap: 10px;
35+
align-items: center;
3636
}
3737

3838
&__top {

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
.vacancy {
44
&__requirements {
5-
color: var(--accent);
65
padding: 5px 40px;
6+
color: var(--accent);
77
background: transparent;
88
border: 1px solid var(--accent);
99
border-radius: var(--rounded-xxl);
@@ -20,16 +20,15 @@
2020
flex-direction: column;
2121

2222
&--text {
23-
border-bottom: 1px solid var(--dark-grey);
2423
padding-bottom: 5px;
2524
margin-bottom: 10px;
25+
border-bottom: 1px solid var(--dark-grey);
2626
}
2727
}
2828

2929
&__skills {
3030
display: flex;
31-
flex-direction: row;
32-
flex-wrap: wrap;
31+
flex-flow: row wrap;
3332
gap: 10px;
3433
}
3534

@@ -48,8 +47,8 @@
4847
}
4948

5049
i {
51-
cursor: pointer;
5250
width: 24px;
5351
height: 24px;
52+
cursor: pointer;
5453
}
5554
}

projects/social_platform/src/app/office/vacancies/detail/info/info.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
cursor: pointer;
149149
border: 1px solid;
150150
border-color: var(--gradient);
151-
border-radius: var(--rounded-xl);
151+
border-radius: var(--rounded-xl);
152152
}
153153

154154
&__project-image {

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
}
2020

2121
&--small {
22-
padding: 12px;
2322
max-width: 70px;
23+
padding: 12px;
2424
text-align: center;
2525
}
2626

@@ -46,8 +46,8 @@
4646

4747
input[type="date"]::-webkit-inner-spin-button,
4848
input[type="date"]::-webkit-calendar-picker-indicator {
49-
display: none;
50-
-webkit-appearance: none;
49+
display: none;
50+
appearance: none;
5151
}
5252
}
5353

projects/social_platform/src/app/ui/components/select/select.component.scss

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

6161
&__option {
6262
display: flex;
63-
justify-content: space-between;
6463
align-items: center;
64+
justify-content: space-between;
6565
padding: 12px 18px;
6666
color: var(--dark-grey);
6767
cursor: pointer;

projects/social_platform/src/app/ui/components/textarea/textarea.component.scss

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,14 @@
77
position: relative;
88

99
&__input {
10-
10+
min-height: 162px;
11+
padding: 12px 18px;
1112
color: var(--black);
1213
resize: none;
1314
background-color: var(--white);
1415
border: 1px solid var(--gray);
1516
border-radius: var(--rounded-xl);
1617
outline: none;
17-
min-height: 162px;
18-
padding: 12px 18px;
1918
transition: all 0.2s;
2019

2120
&::placeholder {

0 commit comments

Comments
 (0)