Skip to content

Commit 076b5c1

Browse files
committed
add registration & trajectory block styles
1 parent 56d6a49 commit 076b5c1

4 files changed

Lines changed: 17 additions & 16 deletions

File tree

projects/skills/src/app/profile/shared/trajectory-block/trajectory-block.component.scss

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@
77
height: 130px;
88
overflow: hidden;
99
white-space: nowrap;
10+
cursor: pointer;
1011
border-radius: 15px;
1112
transition: ease 0.3s;
12-
cursor: pointer;
13+
1314
// padding: 50px 50px 50px 18px;
1415
// background-color: var(--white);
1516

@@ -24,7 +25,7 @@
2425
&__image {
2526
height: 100%;
2627
object-fit: cover;
27-
28+
2829
@include responsive.apply-desktop {
2930
width: 100%;
3031
height: auto;
@@ -35,9 +36,9 @@
3536
::ng-deep {
3637
app-button {
3738
position: absolute;
38-
width: 30%;
3939
top: 17%;
4040
right: 0%;
41+
width: 30%;
4142

4243
@include responsive.apply-desktop {
4344
top: 30%;

projects/social_platform/src/app/office/onboarding/stage-one/stage-one.component.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,20 +45,20 @@
4545
}
4646

4747
&__actions {
48-
grid-column: 1/2;
49-
order: 3;
50-
margin-top: auto;
5148
display: flex;
5249
flex-direction: column;
50+
grid-column: 1/2;
5351
gap: 20px;
52+
order: 3;
53+
margin-top: auto;
5454

5555
@include responsive.apply-desktop {
5656
flex-direction: row;
57-
57+
5858
:first-child {
5959
width: 100%;
6060
}
61-
61+
6262
:last-child {
6363
width: 60%;
6464
}

projects/social_platform/src/app/office/onboarding/stage-two/stage-two.component.scss

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@
7272
}
7373

7474
&__actions {
75-
grid-column: 1/2;
76-
order: 3;
77-
margin-top: auto;
7875
display: flex;
7976
flex-direction: column;
77+
grid-column: 1/2;
8078
gap: 20px;
79+
order: 3;
80+
margin-top: auto;
8181

8282
@include responsive.apply-desktop {
8383
flex-direction: row;
84-
84+
8585
:first-child {
8686
width: 100%;
8787
}
88-
88+
8989
:last-child {
9090
width: 60%;
9191
}

projects/social_platform/src/app/office/onboarding/stage-zero/stage-zero.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
::ng-deep {
1616
app-avatar-control {
1717
.control {
18-
border-radius: 50%;
1918
border: 3px solid var(--accent);
19+
border-radius: 50%;
2020
}
2121
}
2222
}
@@ -33,7 +33,7 @@
3333
}
3434

3535
> :last-child {
36-
margin-bottom: 10px;
36+
margin-bottom: 10px;
3737
}
3838
}
3939

@@ -156,4 +156,4 @@
156156
&__text {
157157
text-align: center;
158158
}
159-
}
159+
}

0 commit comments

Comments
 (0)