-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathindex.css
More file actions
76 lines (65 loc) · 1.4 KB
/
index.css
File metadata and controls
76 lines (65 loc) · 1.4 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
/* shared styles are loaded from: */
/* https://dl.infragistics.com/x/css/samples/shared.v8.css */
igc-switch {
margin-left: 0.5rem;
}
igc-stepper {
background: var(--ig-gray-100);
padding: 1rem;
border-radius: 0.5rem;
border: 1px solid var(--ig-gray-400);
margin-block-start: 0.75rem;
}
.header {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
.switch-wrapper {
border: 1px solid var(--ig-gray-400);
border-radius: 0.375rem;
background: var(--ig-gray-100);
padding: 0.5rem;
font-size: 1.375rem;
display: flex;
align-items: center;
flex-wrap: wrap;
max-width: 195px;
justify-content: center;
}
igc-switch::part(label) {
font-size: 1.375rem;
}
}
igc-switch {
--border-radius-track: 0px;
--thumb-size: 1rem;
--border-radius-thumb: 2px;
--size: 2.5rem;
--thumb-off-color: var(--ig-primary-500);
--thumb-on-color: var(--ig-primary-500);
--track-on-color: white;
--track-on-hover-color: white;
--thumb-off-hover-color: var(--ig-primary-500);
--border-on-color: var(--ig-gray-400);
--border-on-hover-color: var(--ig-gray-500);
&::part(control) {
height: 1.5rem;
border-radius: 0.25rem;
}
}
igc-step::part(content) {
@media (width < 756px) {
overflow: scroll;
}
}
h5 {
margin-block: 0.375rem;
}
li {
font-size: 1rem;
padding-block: 0.5rem;
}
.container {
padding: 1rem;
}