mirror of
https://github.com/fleetdm/fleet
synced 2026-05-22 16:39:01 +00:00
11 lines
149 B
SCSS
11 lines
149 B
SCSS
|
|
.platform-cell {
|
||
|
|
&__icon {
|
||
|
|
height: 12px;
|
||
|
|
width: auto;
|
||
|
|
padding-right: $pad-small;
|
||
|
|
}
|
||
|
|
&__muted {
|
||
|
|
color: $ui-fleet-black-50;
|
||
|
|
}
|
||
|
|
}
|