Skip to content

Commit 93db05f

Browse files
committed
fix hint icon position
1 parent e1da46b commit 93db05f

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ <h3 class="auth__title">Привет, {{ profile.firstName }} {{ profile.lastNam
1111
@if (stageForm.get("avatar"); as avatar) {
1212
<fieldset class="page__field">
1313
<div class="content">
14-
<label for="avatar" class="field-label">Фотография профиля</label>
14+
<p class="text-bold-body-14">Фотография профиля</p>
1515
<i
1616
appIcon
1717
icon="hint"

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,12 @@
1919
border-radius: 50%;
2020
}
2121
}
22+
23+
app-input {
24+
.field__right-icon {
25+
top: 25%;
26+
}
27+
}
2228
}
2329
}
2430

@@ -67,6 +73,7 @@
6773
}
6874

6975
@include responsive.apply-desktop {
76+
margin-bottom: 6px;
7077
opacity: 0.5;
7178
}
7279
}

0 commit comments

Comments
 (0)