Update padding and margin in group component styles; adjust icon placement in no clients message
testing/ogGui-multibranch/pipeline/head This commit looks good
Details
testing/ogGui-multibranch/pipeline/head This commit looks good
Details
parent
6e83a9f827
commit
6f226d6da6
|
@ -534,7 +534,7 @@ button[mat-raised-button] {
|
|||
.clients-title-name {
|
||||
font-size: x-large;
|
||||
display: block;
|
||||
padding: 1rem 1rem 1rem 15px;
|
||||
padding: 1rem 1rem 1rem 16px;
|
||||
}
|
||||
|
||||
.no-clients-info {
|
||||
|
@ -542,4 +542,5 @@ button[mat-raised-button] {
|
|||
align-items: center;
|
||||
gap: 10px;
|
||||
margin-top: 1.5rem;
|
||||
margin-left: 16px;
|
||||
}
|
|
@ -299,8 +299,8 @@
|
|||
<mat-spinner></mat-spinner>
|
||||
</div>
|
||||
<div *ngIf="!isLoadingClients" class="no-clients-info">
|
||||
<mat-icon>error_outline</mat-icon>
|
||||
<span>{{ 'noClients' | translate }}</span>
|
||||
<mat-icon>error_outline</mat-icon>
|
||||
</div>
|
||||
</ng-template>
|
||||
|
||||
|
|
Loading…
Reference in New Issue