Skip to content

Commit 93593c1

Browse files
committed
fix styles in onboarding
1 parent 95bdcb6 commit 93593c1

3 files changed

Lines changed: 11 additions & 12 deletions

File tree

projects/social_platform/src/app/office/features/info-card/info-card.component.scss

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,19 +37,19 @@
3737

3838
&--program {
3939
display: flex;
40-
align-items: center;
4140
gap: 5px;
41+
align-items: center;
4242
justify-content: center;
4343

4444
&-icon {
45-
width: 16px;
46-
height: 12px;
47-
margin-top: 6px;
4845
display: flex;
4946
align-items: center;
5047
justify-content: center;
51-
border-radius: var(--rounded-lg);
48+
width: 16px;
49+
height: 12px;
50+
margin-top: 6px;
5251
border: 0.5px solid var(--medium-grey-for-outline);
52+
border-radius: var(--rounded-lg);
5353

5454
i {
5555
color: var(--accent);
@@ -59,8 +59,8 @@
5959

6060
&--project-partner {
6161
position: absolute;
62-
left: 30%;
6362
top: 67%;
63+
left: 30%;
6464
padding: 3px 5px;
6565
border: 0.5px solid var(--medium-grey-for-outline);
6666
border-radius: var(--rounded-lg);
@@ -93,6 +93,7 @@
9393
}
9494

9595
&__content {
96+
position: relative;
9697
display: flex;
9798
flex: 1;
9899
flex-direction: column;
@@ -101,7 +102,6 @@
101102
padding-top: 40px;
102103
overflow: hidden;
103104
text-align: center;
104-
position: relative;
105105

106106
&--empty {
107107
padding-top: 60px;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@
105105
grid-column: 1/2;
106106
gap: 20px;
107107
order: 3;
108-
margin-top: auto;
109108
width: 60%;
109+
margin-top: auto;
110110

111111
@include responsive.apply-desktop {
112112
flex-direction: row;

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,11 @@
6363

6464
&__buttons {
6565
position: sticky;
66+
right: 100%;
67+
bottom: 3%;
6668
display: flex;
6769
flex-direction: column;
6870
gap: 10px;
69-
bottom: 3%;
70-
right: 100%;
7171
width: 100%;
7272
margin-left: 280%;
7373
}
@@ -193,11 +193,10 @@ i {
193193
}
194194
}
195195

196-
197196
.error {
198197
color: var(--red) !important;
199198

200199
i {
201-
color: var(--red) !important;
200+
color: var(--red) !important;
202201
}
203202
}

0 commit comments

Comments
 (0)