mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-11 16:30:35 -07:00
8 lines
184 B
SCSS
8 lines
184 B
SCSS
$unit: 8px;
|
|
|
|
$xsmall: $unit / 4; // 2px
|
|
$small: $unit / 2; // 4px
|
|
$medium: $unit; // 8px
|
|
$large: $unit * 2; // 16px
|
|
$xlarge: $unit * 3; // 24px
|
|
$xxlarge: $unit * 4; // 32px
|