fleet/frontend/components/PlatformCompatibility/_styles.scss
gillespi314 deeaf9d036
Add ability to detect compatibility and update which hosts are checked for a policy (#4703)
Add new usePlatformSelector custom hook
Add new usePlatformCompatibility custom hook
Add new PlatformSelector global component
Refactor PlatformCompatibility as global component
Refactor sql_tools to TypeScript
Improve type definitions for context/policy
Align PolicyPage and QueryPage with platform compatibility changes
2022-03-21 11:51:00 -05:00

28 lines
374 B
SCSS

.platform-compatibility {
display: flex;
font-size: $xx-small;
align-items: center;
padding-top: $pad-medium;
b,
img,
span {
display: flex;
align-items: center;
}
span {
padding-left: 12px;
}
.platform {
padding-left: 0px;
}
img {
height: 16px;
width: 16px;
padding-left: 12px;
padding-right: $pad-xsmall;
}
}