mirror of https://github.com/crossplane/docs.git
23 lines
485 B
SCSS
23 lines
485 B
SCSS
@import "gridlex-vars";
|
|
|
|
$lg-width: map-get($gl-mq-list, "lg");
|
|
$md-width: map-get($gl-mq-list, "md");
|
|
$sm-width: map-get($gl-mq-list, "sm");
|
|
$xs-width: map-get($gl-mq-list, "xs");
|
|
|
|
$page-width: 1280px;
|
|
$page-padding: 60px;
|
|
$page-padding-small: 30px;
|
|
$dark-background-color: #183d54;
|
|
$light-background-color: #f3f5fa;
|
|
$red: #f3807b;
|
|
$blue: #96ffe0;
|
|
$dark-blue: #35d0ba;
|
|
$orange: #f3c47b;
|
|
|
|
$dark-text: #505a72;
|
|
$muted-text: #c7ced3;
|
|
|
|
$header-font: "Avenir";
|
|
$body-font: "Avenir-Roman";
|