1
1
mirror of https://github.com/primer/css.git synced 2024-12-22 21:51:39 +03:00

Merge branch 'main' of https://github.com/primer/css into action-list-pvc

This commit is contained in:
Katie Langerman 2022-08-31 02:00:51 +00:00
parent e3f8560325
commit ff73c582de

View File

@ -1,8 +1,8 @@
$actionList-item-height-sm: $spacer-2 * 2.5 !default;
$actionList-item-label-line-height: $spacer-2 * 2.5 !default;
$actionList-item-padding-vertical-md: $spacer-2 * 1.25 !default;
$actionList-item-padding-vertical-lg: $spacer-2 * 1.75 !default;
$actionList-item-padding-vertical: $spacer-1 * 1.5 !default;
$actionList-item-padding-horizontal: $spacer-2 !default;
$actionList-item-height-sm: $spacer-2 * 2.5 !default; // 20
$actionList-item-label-line-height: $spacer-2 * 2.5 !default; // 20
$actionList-item-padding-vertical-md: $spacer-2 * 1.25 !default; // 10
$actionList-item-padding-vertical-lg: $spacer-2 * 1.75 !default; // 14
$actionList-item-padding-vertical: $spacer-1 * 1.5 !default; // 6
$actionList-item-padding-horizontal: $spacer-2 !default; // 8
$actionList-item-bg-transition: background 33.333ms linear !default; // 2 frames on a 60hz monitor
$actionList-item-checkmark-transition-timing: 50ms !default;