favicon 변경,

그룹 > 즐겨찾기 인원수 스타일 적용.
This commit is contained in:
leejinho 2019-11-13 09:13:12 +09:00
parent 09148e04bb
commit f5d6d663c1
3 changed files with 7 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 999 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.1 KiB

View File

@ -26,7 +26,9 @@
<mat-expansion-panel-header> <mat-expansion-panel-header>
<mat-panel-title <mat-panel-title
>즐겨찾기 >즐겨찾기
<span>({{ favoritBuddyList.length }}명)</span></mat-panel-title <span class="text-accent-color number"
>({{ favoritBuddyList.length }}명)</span
></mat-panel-title
> >
<mat-panel-description> </mat-panel-description> <mat-panel-description> </mat-panel-description>
</mat-expansion-panel-header> </mat-expansion-panel-header>
@ -48,8 +50,10 @@
<mat-expansion-panel-header> <mat-expansion-panel-header>
<mat-panel-title class="panel-title"> <mat-panel-title class="panel-title">
<div class="title-name ellipsis">{{ groupBuddy.group.name }}</div> <div class="title-name ellipsis">{{ groupBuddy.group.name }}</div>
<span class="text-accent-color number">({{ groupBuddy.buddyList.length }}명)</span> <span class="text-accent-color number"
</mat-panel-title> >({{ groupBuddy.buddyList.length }}명)</span
>
</mat-panel-title>
<mat-panel-description> <mat-panel-description>
<span class="more-spacer"></span> <span class="more-spacer"></span>
<button <button