Skip to content

Commit 0f91790

Browse files
committed
fix styles on platform and registration, shared, onboarding modules
1 parent 98915b3 commit 0f91790

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

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
@@ -47,8 +47,8 @@
4747
display: flex;
4848
gap: 20px;
4949
align-items: center;
50-
margin-bottom: 10px;
5150
margin-top: 10px;
51+
margin-bottom: 10px;
5252

5353
.years__left,
5454
.years__right {
@@ -131,16 +131,16 @@
131131
gap: 20px;
132132
align-items: center;
133133
justify-content: space-between;
134+
width: 100%;
134135
padding: 12px;
135136
overflow: hidden;
136137
border: 1px solid var(--medium-grey-for-outline);
137138
border-radius: 15px;
138-
width: 100%;
139139
}
140140

141141
&__text {
142-
color: var(--dark-grey);
143142
width: 90%;
143+
color: var(--dark-grey);
144144
}
145145

146146
&__remove {

projects/ui/src/lib/components/layout/profile-control-panel/profile-control-panel.component.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@
5757
}
5858

5959
app-profile-info {
60+
width: 100%;
6061
padding: 26px 10px 10px;
6162
background-color: var(--light-gray);
6263
border-radius: var(--rounded-lg);
63-
width: 100%;
6464
}
6565
}
6666

0 commit comments

Comments
 (0)