mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 22:49:19 +00:00
This if the 2nd PR as part of the of the Align components in Fleet UI with design system in Figma #539 These changes **refactor the spacing and font sizes** used by the frontend. - Change the scss variables in `padding.scss` and `fonts.scss`. - Replace custom styles with the new variables throughout all stylesheets.
5 lines
78 B
SCSS
5 lines
78 B
SCSS
.query-page-select-targets {
|
|
&__wrapper {
|
|
padding: 0 $pad-xlarge;
|
|
}
|
|
}
|