mirror of
https://github.com/fleetdm/fleet
synced 2026-05-06 06:48:54 +00:00
13 lines
194 B
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;
|
|
}
|
|
}
|