fleet/frontend/styles/var/padding.scss
noahtalerman 0f48eb8525
Bring new style variables from teams into master (#707)
This PR brings the style changes made in the "Align Fleet UI colors with Figma components"
#615 and "Align Fleet UI with Figma (spacing and fonts)" #628 PRs into the master branch.
2021-04-30 17:32:50 -04:00

10 lines
240 B
SCSS

$pad-auto: auto;
$pad-xxsmall: px-to-rem(2);
$pad-xsmall: px-to-rem(4);
$pad-small: px-to-rem(8);
$pad-medium: px-to-rem(16);
$pad-large: px-to-rem(24);
$pad-xlarge: px-to-rem(32);
$pad-xxlarge: px-to-rem(40);
$pad-xxxlarge: px-to-rem(80);