/// The color of the Checkpoint separator line.
/// @group checkpoint
$kendo-checkpoint-line-color: null !default;
/// The gap between the Checkpoint line and stamp.
/// @group checkpoint
$kendo-checkpoint-gap: null !default;
/// The width of the Checkpoint separator line.
/// @group checkpoint
$kendo-checkpoint-line-width: null !default;
/// The font size of the Checkpoint stamp text.
/// @group checkpoint
$kendo-checkpoint-stamp-font-size: null !default;
/// The text color of the Checkpoint stamp.
/// @group checkpoint
$kendo-checkpoint-stamp-color: null !default;
/// The font weight of the Checkpoint stamp text.
/// @group checkpoint
$kendo-checkpoint-stamp-font-weight: null !default;
/// The horizontal padding of the Checkpoint stamp.
/// @group checkpoint
$kendo-checkpoint-stamp-padding-x: null !default;
