Skip to content

Commit 7eeb5b0

Browse files
committed
add styles for profile page
1 parent c56c454 commit 7eeb5b0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

projects/social_platform/src/app/office/profile/detail/main/main.component.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -321,8 +321,8 @@
321321

322322
&--line {
323323
display: flex;
324-
gap: 10px;
325324
flex-flow: wrap;
325+
gap: 10px;
326326
}
327327
}
328328

@@ -364,10 +364,10 @@
364364
display: flex;
365365
flex-direction: column;
366366
align-items: center;
367-
border: 0.5px solid var(--medium-grey-for-outline);
368367
width: 45px;
369368
height: 45px;
370369
padding: 5px;
370+
border: 0.5px solid var(--medium-grey-for-outline);
371371
border-radius: var(--rounded-xl);
372372
}
373373

@@ -467,7 +467,7 @@
467467
}
468468

469469
&__text {
470-
color: var(--black);
471470
margin-bottom: 8px;
471+
color: var(--black);
472472
}
473473
}

0 commit comments

Comments
 (0)