Skip to content

Commit 7a8dd47

Browse files
committed
fix styles of edit in profile
1 parent b0517d8 commit 7a8dd47

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,10 @@
269269
.edit {
270270
width: 10%;
271271
color: var(--dark-grey);
272+
273+
svg {
274+
max-width: 24px;
275+
}
272276
}
273277

274278
.basket {
@@ -278,6 +282,10 @@
278282

279283
.edit {
280284
cursor: pointer;
285+
286+
svg {
287+
max-width: 24px;
288+
}
281289
}
282290

283291
.speciality-field,

0 commit comments

Comments
 (0)