forked from alibaba/lowcode-engine-ext
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.less
More file actions
62 lines (55 loc) · 1.93 KB
/
index.less
File metadata and controls
62 lines (55 loc) · 1.93 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
.next-btn-ghost.next-btn-light {
background: #fff;
border-color: transparent;
border-color: var(--btn-ghost-light-border-color, transparent);
}
.next-btn-text.next-medium {
border-radius: 0;
padding: 0;
height: var(--btn-text-size-m-height, 20px);
font-size: var(--btn-text-size-m-font, 14px);
border-width: 0;
}
.next-btn-ghost.next-btn-light.active,
.next-btn-ghost.next-btn-light.hover,
.next-btn-ghost.next-btn-light:active,
.next-btn-ghost.next-btn-light:focus,
.next-btn-ghost.next-btn-light:hover {
color: #000;
color: var(--btn-ghost-light-color-hover, #000);
background: hsla(0, 0%, 96%, 0.92);
border-color: transparent;
border-color: var(--btn-ghost-light-border-color-hover, transparent);
text-decoration: none;
}
.next-btn.next-small {
border-radius: var(--btn-size-s-corner, 3px);
padding: 0 var(--btn-size-s-padding, 4px);
height: var(--btn-size-s-height, 28px);
font-size: var(--btn-size-s-font, 12px);
border-width: var(--btn-size-s-border-width, 0);
}
.next-input.next-small {
height: var(--form-element-small-height, 28px);
min-height: 28px;
border-radius: var(--form-element-small-corner, 3px);
}
.next-input.next-small input {
height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px) * 2);
min-height: 26px;
line-height: calc(var(--form-element-small-height, 28px) - var(--input-border-width, 1px) * 2) \0;
padding: 0 var(--input-s-padding, 8px);
font-size: var(--form-element-small-font-size, 12px);
}
.next-radio-button-small > label {
padding: 0 var(--radio-button-padding-small, 8px);
height: var(--radio-button-height-small, 28px);
min-height: 28px;
line-height: var(--radio-button-height-small, 28px);
}
.next-radio-button-small .next-radio-label {
height: calc(var(--radio-button-height-small, 28px) - 2px);
min-height: 26px;
line-height: calc(var(--radio-button-height-small, 28px) - 2px);
font-size: var(--radio-button-font-size-small, 12px);
}