fleet/frontend/components/PlatformSelector/_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

34 lines
485 B
SCSS

.platform-selector {
padding-bottom: $pad-large;
p {
padding-top: $pad-small;
margin: 0;
}
span {
display: flex;
align-items: center;
padding: 0;
}
form,
label {
display: inline-flex;
}
&__checkboxes {
padding-top: 0;
padding-bottom: $pad-small;
}
&__platform-checkbox-wrapper {
padding-left: 12px;
margin: 0;
.fleet-checkbox__label {
transform: translateY(2px);
padding-left: $pad-xsmall;
}
}
}