[ACS-7452] - Small screen notification banner [ACS-7418] About page (#3760)

* [ACS-7452] - Small screen notification banner

* [ACS-7452] - Small screen notification banner [ACS-7418] About page
This commit is contained in:
jacekpluta
2024-04-05 13:17:52 +02:00
committed by MichalKinas
parent 573a3099fc
commit 4dfd87d3fc
5 changed files with 76 additions and 64 deletions

View File

@@ -3,6 +3,12 @@
adf-about {
/* custom ADF About Component Theme */
.mdc-data-table__header-cell {
color: var(--adf-theme-foreground-text-color-054);
font-size: 12px;
font-weight: 500;
}
background-color: var(--theme-about-panel-background-color);
overflow: auto;

View File

@@ -18,6 +18,14 @@ mat-icon {
color: var(--theme-secondary-text);
}
.mat-mdc-button > .mat-icon {
padding: 0;
}
.mdc-button:active {
outline: none;
}
mat-slide-toggle {
.mdc-switch__icons {
display: none;
@@ -31,10 +39,6 @@ mat-slide-toggle {
}
}
.adf-name-location-cell-location.adf-datatable-cell-value {
color: var(--theme-secondary-text);
}
.mdc-text-field--filled:not(.mdc-text-field--disabled) {
background-color: transparent;
padding: 0;