Skip to content

Commit 99f452d

Browse files
committed
fix: styles for skills-group & specializations-group
1 parent f52e06c commit 99f452d

3 files changed

Lines changed: 14 additions & 16 deletions

File tree

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

Lines changed: 12 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,18 @@
176176
flex-direction: column;
177177
gap: 12px;
178178

179+
fieldset {
180+
position: relative;
181+
padding-bottom: 20px;
182+
183+
.error {
184+
position: absolute;
185+
bottom: 2px;
186+
left: 0;
187+
margin-top: 0;
188+
}
189+
}
190+
179191
&--date {
180192
display: grid;
181193
grid-template-columns: repeat(2, 3fr);
@@ -352,20 +364,6 @@
352364
}
353365
}
354366

355-
.profile__column {
356-
fieldset {
357-
position: relative;
358-
padding-bottom: 20px;
359-
360-
.error {
361-
position: absolute;
362-
bottom: 2px;
363-
left: 0;
364-
margin-top: 0;
365-
}
366-
}
367-
}
368-
369367
.cancel {
370368
display: flex;
371369
flex-direction: column;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
align-items: center;
6666
cursor: pointer;
6767
transition: opacity 0.2s ease;
68-
68+
6969
label {
7070
cursor: pointer;
7171
}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
label {
7272
cursor: pointer;
7373
}
74-
74+
7575
&:hover {
7676
background-color: var(--light-gray);
7777
}

0 commit comments

Comments
 (0)