mirror of
https://github.com/fleetdm/fleet
synced 2026-05-11 03:00:58 +00:00
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
28 lines
374 B
SCSS
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;
|
|
}
|
|
}
|