mirror of
https://github.com/empayre/fleet.git
synced 2024-11-07 01:15:22 +00:00
0f48eb8525
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.
10 lines
240 B
SCSS
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);
|