#328656 Small adjustments for request count badge
This commit is contained in:
Родитель
6af922de55
Коммит
5df0b93ffa
|
@ -3,7 +3,7 @@
|
|||
}
|
||||
|
||||
.action-bar .btn {
|
||||
height: 65;
|
||||
height: 67;
|
||||
margin: -2 0 0;
|
||||
background-color: #ededed;
|
||||
color: #F4550F;
|
||||
|
|
|
@ -42,8 +42,8 @@
|
|||
<StackLayout *ngIf="group.RequiresApproval && canEdit()" class="btn" (tap)="onViewRequests()" col="1">
|
||||
<AbsoluteLayout>
|
||||
<Label class="btn-icon if" text="m" top="0" left="0" width="100%"></Label>
|
||||
<StackLayout top="0" left="0" width="100%">
|
||||
<Label *ngIf="requestCount" class="btn-text count" [text]="requestCount"></Label>
|
||||
<StackLayout top="0" left="0" width="100%" *ngIf="requestCount">
|
||||
<Label class="btn-text count" [text]="requestCount"></Label>
|
||||
</StackLayout>
|
||||
</AbsoluteLayout>
|
||||
<Label class="btn-text" text="See requests"></Label>
|
||||
|
|
Загрузка…
Ссылка в новой задаче