forked from opentiny/tiny-vue-theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvars.less
29 lines (28 loc) · 1.54 KB
/
vars.less
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
/**
* 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.
*
*/
.component-css-vars-radio-button() {
--ti-radio-button-text-color: var(--ti-base-color-info-normal);
--ti-radio-button-hover-text-color: var(--ti-base-color-light);
--ti-radio-button-border-color: var(--ti-base-color-border);
--ti-radio-button-border-radius: var(--ti-common-border-radius-normal);
--ti-radio-button-font-size: var(--ti-common-font-size-base);
--ti-radio-button-bg-color: var(--ti-base-color-light);
--ti-radio-button-checked-normal-bg-color: var(--ti-base-color-brand-6);
--ti-radio-button-checked-normal-border-color: var(--ti-base-color-brand-6);
--ti-radio-button-checked-normal-box-shadow: -1px 0 0 0 var(--ti-base-color-brand-6);
--ti-radio-button-checked-hover-bg-color: var(--ti-base-color-brand-5);
--ti-radio-button-checked-hover-border-color: var(--ti-base-color-brand-5);
--ti-radio-button-checked-hover-box-shadow: -1px 0 0 0 var(--ti-base-color-brand-5);
--ti-radio-button-disabled-text-color: var(--ti-base-color-placeholder);
--ti-radio-button-disabled-bg-color: var(--ti-base-color-bg-5);
--ti-radio-button-medium-font-size: var(--ti-common-font-size-1);
}