mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[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:
@@ -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;
|
||||
|
||||
|
@@ -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;
|
||||
|
Reference in New Issue
Block a user