Skip to content

Commit bea2f94

Browse files
committed
add styles for onboarding buttons & specialization groups
1 parent d42ebff commit bea2f94

4 files changed

Lines changed: 6 additions & 5 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22
@use "styles/typography";
33

44
.auth {
5-
&__greeting {
5+
&__greeting {
66
position: relative;
77
display: flex;
88
flex-direction: column;
99
gap: 10px;
1010
max-width: 100%;
1111

1212
@include responsive.apply-desktop {
13-
max-width: 60%;
1413
flex-direction: row;
1514
align-items: center;
15+
max-width: 60%;
1616
}
1717
}
1818
}

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
@@ -10,9 +10,9 @@
1010
max-width: 100%;
1111

1212
@include responsive.apply-desktop {
13-
max-width: 60%;
1413
flex-direction: row;
1514
align-items: center;
15+
max-width: 60%;
1616
}
1717
}
1818
}

projects/social_platform/src/app/office/shared/specializations-group/specializations-group.component.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121

2222
&--open {
2323
z-index: 1000;
24+
2425
i {
2526
transform: rotate(90deg);
2627
}
@@ -57,8 +58,8 @@
5758
gap: 5px;
5859

5960
&--open {
60-
width: 40%;
6161
z-index: 1000;
62+
width: 40%;
6263
}
6364

6465
&__option {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,8 @@
5757
align-items: center;
5858
justify-content: center;
5959
color: var(--red) !important;
60-
transform: translateY(-50%);
6160
background-color: var(--light-white);
61+
transform: translateY(-50%);
6262

6363
i {
6464
color: var(--red) !important;

0 commit comments

Comments
 (0)