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 {
|
.clients-title-name {
|
||||||
font-size: x-large;
|
font-size: x-large;
|
||||||
display: block;
|
display: block;
|
||||||
padding: 1rem 1rem 1rem 15px;
|
padding: 1rem 1rem 1rem 16px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.no-clients-info {
|
.no-clients-info {
|
||||||
|
@ -542,4 +542,5 @@ button[mat-raised-button] {
|
||||||
align-items: center;
|
align-items: center;
|
||||||
gap: 10px;
|
gap: 10px;
|
||||||
margin-top: 1.5rem;
|
margin-top: 1.5rem;
|
||||||
|
margin-left: 16px;
|
||||||
}
|
}
|
|
@ -299,8 +299,8 @@
|
||||||
<mat-spinner></mat-spinner>
|
<mat-spinner></mat-spinner>
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="!isLoadingClients" class="no-clients-info">
|
<div *ngIf="!isLoadingClients" class="no-clients-info">
|
||||||
<mat-icon>error_outline</mat-icon>
|
|
||||||
<span>{{ 'noClients' | translate }}</span>
|
<span>{{ 'noClients' | translate }}</span>
|
||||||
|
<mat-icon>error_outline</mat-icon>
|
||||||
</div>
|
</div>
|
||||||
</ng-template>
|
</ng-template>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue