mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-04-16 22:24:49 +00:00
fix missing brace
This commit is contained in:
committed by
Wojciech Duda
parent
158dd0de29
commit
48ccad5098
@@ -43,14 +43,14 @@ adf-datatable-column-selector {
|
||||
color: var(--theme-secondary-text);
|
||||
}
|
||||
|
||||
&-subtitle {
|
||||
color: var(--mat-sys-on-surface);
|
||||
font-size: var(--mat-sys-body-small-size);
|
||||
opacity: 0.6;
|
||||
display: flex;
|
||||
column-gap: 3px;
|
||||
align-items: center;
|
||||
}
|
||||
&-subtitle {
|
||||
color: var(--mat-sys-on-surface);
|
||||
font-size: var(--mat-sys-body-small-size);
|
||||
opacity: 0.6;
|
||||
display: flex;
|
||||
column-gap: 3px;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
&-subtitle-icon {
|
||||
margin-top: 3px;
|
||||
|
||||
Reference in New Issue
Block a user