* Copyright (c) 2022 - present TinyVue Authors.
* Copyright (c) 2022 - present Huawei Cloud Computing Technologies Co., Ltd.
*
* Use of this source code is governed by an MIT-style license.
*
* THE OPEN SOURCE SOFTWARE IN THIS PRODUCT IS DISTRIBUTED IN THE HOPE THAT IT WILL BE USEFUL,
* BUT WITHOUT ANY WARRANTY, WITHOUT EVEN THE IMPLIED WARRANTY OF MERCHANTABILITY OR FITNESS FOR
* A PARTICULAR PURPOSE. SEE THE APPLICABLE LICENSES FOR MORE DETAILS.
*
*/
.inject-Milestone-vars() {
--tv-Milestone-font-size: var(--tv-font-size-default, 14px);
--tv-Milestone-doing-text-color: var(--tv-color-text-inverse-tint, #fff);
--tv-Milestone-bg-color: var(--tv-color-bg-secondary, #fff);
--tv-Milestone-node-size: calc(var(--tv-size-base, 4px) * 8);
--tv-Milestone-icon-border-width: var(--tv-border-width, 1px);
--tv-Milestone-icon-size: calc(var(--tv-icon-size, 16px) * 1.5);
--tv-Milestone-icon-color: var(--tv-color-icon-active, #191919);
--tv-Milestone-icon-border-width-completed: var(--tv-border-width, 1px);
--tv-Milestone-line-bg-color: var(--tv-color-bg-disabled-control-checked, #dbdbdb);
--tv-Milestone-line-bg-color-completed: var(--tv-color-bg-primary, #191919);
--tv-Milestone-line-height: var(--tv-border-width, 1px);
--tv-Milestone-status-text-color: var(--tv-color-text-weaken, #808080);
--tv-Milestone-status-font-size: var(--tv-font-size-sm, 12px);
--tv-Milestone-status-completed-border-color: var(--tv-color-border-active, #191919);
--tv-Milestone-status-completed-bg-color: var(--tv-color-bg-active-secondary, #ffffff);
--tv-Milestone-flag-width: calc(var(--tv-size-base, 4px) * 22);
--tv-Milestone-flag-height: calc(var(--tv-size-base, 4px) * 11.5);
--tv-Milestone-flag-padding: var(--tv-space-base, 4px);
--tv-Milestone-flag-line-height: var(--tv-line-height-number, 1.5);
--tv-Milestone-flag-font-size: var(--tv-font-size-default, 14px);
--tv-Milestone-flag-border-radius: 0 var(--tv-border-radius-lg, 8px) var(--tv-border-radius-lg, 8px) 0;
--tv-Milestone-text-color: var(--tv-color-text-inverse-black, #191919);
--tv-Milestone-flag-bg-color: var(--tv-color-bg, #f5f5f5);
--tv-Milestone-flag-name-font-weight: var(--tv-font-weight-bold, 600);
--tv-Milestone-flag-desc-text-color: var(--tv-color-text-inverse-black, #191919);
--tv-Milestone-flag-desc-font-size: var(--tv-font-size-sm, 12px);
--tv-Milestone-flag-line-bg-color: var(--tv-color-bg, #f5f5f5);
}