Files
alfresco-ng2-components/lib/content-services/content-node-selector/name-location-cell/name-location-cell.component.scss

12 lines
268 B
SCSS

@mixin adf-name-location-cell-theme($theme) {
$foreground: map-get($theme, foreground);
.adf-name-location-cell {
display: grid;
&-location {
color: mat-color($foreground, base, 0.5);
font-size: 12px;
}
}
}