Popovics András cb06c8a963 [ADF-1431] Destination Picker: Display path of the folder in search results (#2762)
* Add initial implementation with style fixes

* Further style fixes

* Add tests, styling fixes
2017-12-05 01:09:40 +00:00

14 lines
369 B
SCSS

@mixin adf-name-location-cell-theme($theme) {
$foreground: map-get($theme, foreground);
.adf-name-location-cell {
&-location {
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
color: mat-color($foreground, base, 0.5);
font-size: 12px;
}
}
}