Vladyslav Prykhodko
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
5 changed files with
5 additions and
5 deletions
-
ui-ngx/src/app/modules/home/components/profile/tenant/default-tenant-profile-configuration.component.scss
-
ui-ngx/src/app/modules/home/components/widget/lib/settings/common/image-cards-select.component.scss
-
ui-ngx/src/app/modules/home/components/widget/lib/settings/widget-settings.scss
-
ui-ngx/src/app/modules/home/pages/admin/mail-server.component.html
-
ui-ngx/src/app/modules/home/pages/notification/template/configuration/notification-template-configuration.component.scss
|
|
|
@ -43,7 +43,7 @@ |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
> .mat-expansion-panel-content { |
|
|
|
.mat-expansion-panel-content { |
|
|
|
> .mat-expansion-panel-body { |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
|
|
|
|
@ -44,7 +44,7 @@ |
|
|
|
display: none; |
|
|
|
} |
|
|
|
} |
|
|
|
> .mat-expansion-panel-content { |
|
|
|
.mat-expansion-panel-content { |
|
|
|
> .mat-expansion-panel-body { |
|
|
|
padding: 0 16px 16px !important; |
|
|
|
} |
|
|
|
|
|
|
|
@ -108,7 +108,7 @@ |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
|
|
|
|
> .mat-expansion-panel-content { |
|
|
|
.mat-expansion-panel-content { |
|
|
|
> .mat-expansion-panel-body { |
|
|
|
padding: 0; |
|
|
|
} |
|
|
|
|
|
|
|
@ -280,7 +280,7 @@ |
|
|
|
</mat-error> |
|
|
|
</div> |
|
|
|
|
|
|
|
<div class="flex flex-1 flex-col"> |
|
|
|
<div class="flex flex-1 flex-col gt-xs:w-0"> |
|
|
|
<mat-form-field class="mat-block flex-1"> |
|
|
|
<mat-label translate>admin.oauth2.redirect-uri-template</mat-label> |
|
|
|
<input matInput formControlName="redirectUri" readonly> |
|
|
|
|
|
|
|
@ -65,7 +65,7 @@ |
|
|
|
|
|
|
|
:host ::ng-deep { |
|
|
|
.tb-form-panel .mat-expansion-panel.tb-settings { |
|
|
|
& > .mat-expansion-panel-content > .mat-expansion-panel-body { |
|
|
|
.mat-expansion-panel-content > .mat-expansion-panel-body { |
|
|
|
gap: 0; |
|
|
|
} |
|
|
|
} |
|
|
|
|