2018-07-16 13:53:38 +00:00
|
|
|
/** @format */
|
|
|
|
|
2018-09-11 07:27:13 +00:00
|
|
|
$fallback-gutter: 24px;
|
|
|
|
$fallback-gutter-large: 40px;
|
2018-07-16 13:53:38 +00:00
|
|
|
$gutter: var(--main-gap);
|
2018-08-08 22:11:54 +00:00
|
|
|
$gutter-large: var(--large-gap);
|
2018-07-16 13:53:38 +00:00
|
|
|
|
2018-08-08 22:11:54 +00:00
|
|
|
$gap-largest: 40px;
|
2018-08-23 18:21:04 +00:00
|
|
|
$gap-larger: 36px;
|
2018-07-16 13:53:38 +00:00
|
|
|
$gap-large: 24px;
|
|
|
|
$gap: 16px;
|
|
|
|
$gap-small: 12px;
|
2018-08-01 16:00:45 +00:00
|
|
|
$gap-smaller: 8px;
|
2018-07-16 13:53:38 +00:00
|
|
|
$gap-smallest: 4px;
|
|
|
|
|
2019-04-30 09:43:55 +00:00
|
|
|
// Header
|
|
|
|
$small-header-height: 50px;
|
|
|
|
$medium-header-height: 60px;
|
|
|
|
$large-header-height: 80px;
|
|
|
|
|
2019-02-06 06:41:53 +00:00
|
|
|
// @todo Remove this spacing variable
|
2018-07-16 13:53:38 +00:00
|
|
|
$spacing: 16px;
|
2018-07-20 03:40:15 +00:00
|
|
|
|
|
|
|
// Gutenberg Button variables. These are temporary until Gutenberg's variables are exposed.
|
2019-01-04 01:00:28 +00:00
|
|
|
$border-width: 1px;
|
2018-07-20 03:40:15 +00:00
|
|
|
$default-font-size: 13px;
|
|
|
|
$blue-medium-200: #bfe7f3;
|
|
|
|
$light-gray-500: $core-grey-light-500;
|
|
|
|
$dark-gray-300: $core-grey-dark-300;
|
|
|
|
$dark-gray-900: $core-grey-dark-900;
|
|
|
|
$alert-red: $error-red;
|
2018-12-25 04:34:24 +00:00
|
|
|
|
|
|
|
// WordPress defaults
|
|
|
|
$adminbar-height: 32px;
|
|
|
|
$adminbar-height-mobile: 46px;
|
2019-05-22 08:38:25 +00:00
|
|
|
|
|
|
|
// Muriel
|
2019-05-22 16:19:56 +00:00
|
|
|
$muriel-box-shadow-1dp: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
|
2019-05-22 08:38:25 +00:00
|
|
|
0 1px 3px 0 rgba(0, 0, 0, 0.12);
|
2019-05-22 16:19:56 +00:00
|
|
|
$muriel-box-shadow-8dp: 0 5px 5px -3px rgba(0, 0, 0, 0.2), 0 8px 10px 1px rgba(0, 0, 0, 0.14),
|
|
|
|
0 3px 14px 2px rgba(0, 0, 0, 0.12);
|