fleet/frontend/components/TableContainer/DataTable/PlatformCell/_styles.scss

13 lines
194 B
SCSS

.platform-cell {
&__wrapper {
display: inline-flex;
}
&__icon {
height: 12px;
width: auto;
padding-right: $pad-small;
}
&__muted {
color: $ui-fleet-black-50;
}
}