* 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-Alert-vars() {
--tv-Alert-border-radius: var(--tv-border-radius-lg, 8px);
--tv-Alert-padding-x: var(--tv-space-xl, 16px);
--tv-Alert-padding-y: var(--tv-space-xl, 16px);
--tv-Alert-margin-x: 0;
--tv-Alert-margin-y: 0;
--tv-Alert-space-sm: var(--tv-space-sm, 4px);
--tv-Alert-space-xs: var(--tv-space-xs, 2px);
--tv-Alert-opration-link-color: var(--tv-color-text-link, #1476ff);
--tv-Alert-opration-link-hover-color: var(--tv-color-text-link, #1476ff);
--tv-Alert-icon-size: 20px;
--tv-Alert-icon-margin-right: var(--tv-space-md, 8px);
--tv-Alert-title-font-size: var(--tv-font-size-lg, 16px);
--tv-Alert-title-font-weight: var(--tv-font-weight-bold, 600);
--tv-Alert-title-text-color: var(--tv-color-text, #191919);
--tv-Alert-title-margin-bottom: var(--tv-space-sm, 4px);
--tv-Alert-desc-font-size: var(--tv-font-size-default, 14px);
--tv-Alert-desc-font-weight: var(--tv-font-weight-regular, 400);
--tv-Alert-desc-text-color: var(--tv-color-text-secondary, #595959);
--tv-Alert-close-icon-font-size: var(--tv-icon-size, 16px);
--tv-Alert-close-icon-color: var(--tv-color-icon, #808080);
--tv-Alert-close-icon-color-hover: var(--tv-color-icon-hover, #191919);
--tv-Alert-close-icon-top: var(--tv-space-lg, 12px);
--tv-Alert-close-icon-right: var(--tv-space-lg, 12px);
--tv-Alert-close-text-font-size: var(--tv-font-size-default, 14px);
--tv-Alert-icon-size-normal: var(--tv-icon-size, 16px);
--tv-Alert-padding-x-normal: var(--tv-space-xl, 16px);
--tv-Alert-padding-y-normal: 9px;
--tv-Alert-margin-x-normal: 0;
--tv-Alert-margin-y-normal: var(--tv-space-xl, 16px);
--tv-Alert-bg-color-success: var(--tv-color-success-bg-light, #e6f2d5);
--tv-Alert-icon-color-success: var(--tv-color-success-icon, #5cb300);
--tv-Alert-bg-color-error: var(--tv-color-error-bg-light, #fce3e1);
--tv-Alert-icon-color-error: var(--tv-color-error-icon, #f23030);
--tv-Alert-bg-color-warning: var(--tv-color-warn-bg-light, #ffebd1);
--tv-Alert-icon-color-warning: var(--tv-color-warn-icon, #ff8800);
--tv-Alert-bg-color-info: var(--tv-color-info-bg-light, #deecff);
--tv-Alert-icon-color-info: var(--tv-color-info-icon, #1476ff);
--tv-Alert-bg-color-simple: var(--tv-color-bg, #f5f5f5);
--tv-Alert-icon-color-simple: var(--tv-color-icon, #808080);
}
.inject-Alert-responsive-vars() {
--tv-Alert-title-responsive-font-size: var(--tv-font-size-md, 14px);
--tv-Alert-title-responsive-text-color: var(--tv-color-text, #191919);
}