@open-condo/ui 1.16.0 → 1.18.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Banner/banner.d.ts +1 -0
- package/dist/components/Banner/banner.d.ts.map +1 -1
- package/dist/components/Button/button.d.ts +1 -8
- package/dist/components/Button/button.d.ts.map +1 -1
- package/dist/components/Carousel/carousel.d.ts +1 -1
- package/dist/components/Checkbox/checkbox.d.ts +1 -1
- package/dist/components/Checkbox/checkbox.d.ts.map +1 -1
- package/dist/components/Markdown/codeWrapper.d.ts +3 -0
- package/dist/components/Markdown/codeWrapper.d.ts.map +1 -0
- package/dist/components/Markdown/index.d.ts +2 -1
- package/dist/components/Markdown/index.d.ts.map +1 -1
- package/dist/components/Markdown/markdown.d.ts.map +1 -1
- package/dist/components/Radio/radio.d.ts +2 -2
- package/dist/components/Radio/radio.d.ts.map +1 -1
- package/dist/components/Select/constants.d.ts +2 -0
- package/dist/components/Select/constants.d.ts.map +1 -0
- package/dist/components/Select/index.d.ts +5 -0
- package/dist/components/Select/index.d.ts.map +1 -0
- package/dist/components/Select/select.d.ts +25 -0
- package/dist/components/Select/select.d.ts.map +1 -0
- package/dist/components/Space/space.d.ts +4 -2
- package/dist/components/Space/space.d.ts.map +1 -1
- package/dist/components/Typography/title.d.ts +1 -1
- package/dist/components/_utils/analytics.d.ts +19 -5
- package/dist/components/_utils/analytics.d.ts.map +1 -1
- package/dist/index.d.ts +3 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +3040 -3027
- package/dist/style-vars/variables.css +161 -0
- package/dist/style-vars/variables.less +158 -0
- package/dist/styles.css +1628 -570
- package/dist/styles.min.css +2 -2
- package/package.json +9 -5
|
@@ -0,0 +1,161 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Thu, 16 Feb 2023 15:31:31 GMT
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
:root {
|
|
7
|
+
--condo-global-spacing-4: 4px;
|
|
8
|
+
--condo-global-spacing-8: 8px;
|
|
9
|
+
--condo-global-spacing-12: 12px;
|
|
10
|
+
--condo-global-spacing-16: 16px;
|
|
11
|
+
--condo-global-spacing-20: 20px;
|
|
12
|
+
--condo-global-spacing-24: 24px;
|
|
13
|
+
--condo-global-spacing-32: 32px;
|
|
14
|
+
--condo-global-spacing-40: 40px;
|
|
15
|
+
--condo-global-spacing-52: 52px;
|
|
16
|
+
--condo-global-spacing-60: 60px;
|
|
17
|
+
--condo-global-border-width-default: 1px;
|
|
18
|
+
--condo-global-font-family-default: "Open Sans", var(--condo-font-fallback);
|
|
19
|
+
--condo-global-border-radius-small: 4px;
|
|
20
|
+
--condo-global-border-radius-medium: 8px;
|
|
21
|
+
--condo-global-border-radius-large: 12px;
|
|
22
|
+
--condo-global-font-weight-regular: 400;
|
|
23
|
+
--condo-global-font-weight-semibold: 600;
|
|
24
|
+
--condo-global-font-weight-bold: 700;
|
|
25
|
+
--condo-global-line-height-h1: 46px;
|
|
26
|
+
--condo-global-line-height-h2: 32px;
|
|
27
|
+
--condo-global-line-height-h3: 28px;
|
|
28
|
+
--condo-global-line-height-h4: 24px;
|
|
29
|
+
--condo-global-line-height-h5: 22px;
|
|
30
|
+
--condo-global-line-height-h6: 20px;
|
|
31
|
+
--condo-global-line-height-text-l: 24px;
|
|
32
|
+
--condo-global-line-height-text-m: 22px;
|
|
33
|
+
--condo-global-line-height-text-s: 20px;
|
|
34
|
+
--condo-global-font-size-h1: 38px;
|
|
35
|
+
--condo-global-font-size-h2: 24px;
|
|
36
|
+
--condo-global-font-size-h3: 20px;
|
|
37
|
+
--condo-global-font-size-h4: 16px;
|
|
38
|
+
--condo-global-font-size-h5: 14px;
|
|
39
|
+
--condo-global-font-size-h6: 12px;
|
|
40
|
+
--condo-global-font-size-text-l: 16px;
|
|
41
|
+
--condo-global-font-size-text-m: 14px;
|
|
42
|
+
--condo-global-font-size-text-s: 12px;
|
|
43
|
+
--condo-global-opacity-disabled: 50%;
|
|
44
|
+
--condo-global-box-shadow-default: 0 4px 14px 0 #b2b9d966;
|
|
45
|
+
--condo-global-letter-spacing-default: -0.01em;
|
|
46
|
+
--condo-global-letter-spacing-small: -0.03em;
|
|
47
|
+
--condo-global-paragraph-spacing-h1: 40px;
|
|
48
|
+
--condo-global-paragraph-spacing-h2: 24px;
|
|
49
|
+
--condo-global-paragraph-spacing-h3: 20px;
|
|
50
|
+
--condo-global-paragraph-spacing-h4: 16px;
|
|
51
|
+
--condo-global-paragraph-spacing-h5: 14px;
|
|
52
|
+
--condo-global-paragraph-spacing-h6: 12px;
|
|
53
|
+
--condo-global-paragraph-spacing-text-l: 16px;
|
|
54
|
+
--condo-global-paragraph-spacing-text-m: 14px;
|
|
55
|
+
--condo-global-paragraph-spacing-text-s: 12px;
|
|
56
|
+
--condo-global-typography-h1-font-family: "Open Sans", var(--condo-font-fallback);
|
|
57
|
+
--condo-global-typography-h1-font-weight: 700;
|
|
58
|
+
--condo-global-typography-h1-line-height: 46px;
|
|
59
|
+
--condo-global-typography-h1-font-size: 38px;
|
|
60
|
+
--condo-global-typography-h1-letter-spacing: -0.03em;
|
|
61
|
+
--condo-global-typography-h1-paragraph-spacing: 40px;
|
|
62
|
+
--condo-global-typography-h2-font-family: "Open Sans", var(--condo-font-fallback);
|
|
63
|
+
--condo-global-typography-h2-font-weight: 700;
|
|
64
|
+
--condo-global-typography-h2-line-height: 32px;
|
|
65
|
+
--condo-global-typography-h2-font-size: 24px;
|
|
66
|
+
--condo-global-typography-h2-letter-spacing: -0.03em;
|
|
67
|
+
--condo-global-typography-h2-paragraph-spacing: 24px;
|
|
68
|
+
--condo-global-typography-h3-font-family: "Open Sans", var(--condo-font-fallback);
|
|
69
|
+
--condo-global-typography-h3-font-weight: 700;
|
|
70
|
+
--condo-global-typography-h3-line-height: 28px;
|
|
71
|
+
--condo-global-typography-h3-font-size: 20px;
|
|
72
|
+
--condo-global-typography-h3-letter-spacing: -0.03em;
|
|
73
|
+
--condo-global-typography-h3-paragraph-spacing: 20px;
|
|
74
|
+
--condo-global-typography-h4-font-family: "Open Sans", var(--condo-font-fallback);
|
|
75
|
+
--condo-global-typography-h4-font-weight: 600;
|
|
76
|
+
--condo-global-typography-h4-line-height: 24px;
|
|
77
|
+
--condo-global-typography-h4-font-size: 16px;
|
|
78
|
+
--condo-global-typography-h4-letter-spacing: -0.01em;
|
|
79
|
+
--condo-global-typography-h4-paragraph-spacing: 16px;
|
|
80
|
+
--condo-global-typography-h5-font-family: "Open Sans", var(--condo-font-fallback);
|
|
81
|
+
--condo-global-typography-h5-font-weight: 600;
|
|
82
|
+
--condo-global-typography-h5-line-height: 22px;
|
|
83
|
+
--condo-global-typography-h5-font-size: 14px;
|
|
84
|
+
--condo-global-typography-h5-letter-spacing: -0.01em;
|
|
85
|
+
--condo-global-typography-h5-paragraph-spacing: 14px;
|
|
86
|
+
--condo-global-typography-h6-font-family: "Open Sans", var(--condo-font-fallback);
|
|
87
|
+
--condo-global-typography-h6-font-weight: 600;
|
|
88
|
+
--condo-global-typography-h6-line-height: 20px;
|
|
89
|
+
--condo-global-typography-h6-font-size: 12px;
|
|
90
|
+
--condo-global-typography-h6-letter-spacing: -0.01em;
|
|
91
|
+
--condo-global-typography-h6-paragraph-spacing: 12px;
|
|
92
|
+
--condo-global-typography-text-l-font-family: "Open Sans", var(--condo-font-fallback);
|
|
93
|
+
--condo-global-typography-text-l-font-weight: 400;
|
|
94
|
+
--condo-global-typography-text-l-line-height: 24px;
|
|
95
|
+
--condo-global-typography-text-l-font-size: 16px;
|
|
96
|
+
--condo-global-typography-text-l-letter-spacing: -0.01em;
|
|
97
|
+
--condo-global-typography-text-l-paragraph-spacing: 16px;
|
|
98
|
+
--condo-global-typography-text-m-font-family: "Open Sans", var(--condo-font-fallback);
|
|
99
|
+
--condo-global-typography-text-m-font-weight: 400;
|
|
100
|
+
--condo-global-typography-text-m-line-height: 22px;
|
|
101
|
+
--condo-global-typography-text-m-font-size: 14px;
|
|
102
|
+
--condo-global-typography-text-m-letter-spacing: -0.01em;
|
|
103
|
+
--condo-global-typography-text-m-paragraph-spacing: 14px;
|
|
104
|
+
--condo-global-typography-text-s-font-family: "Open Sans", var(--condo-font-fallback);
|
|
105
|
+
--condo-global-typography-text-s-font-weight: 400;
|
|
106
|
+
--condo-global-typography-text-s-line-height: 20px;
|
|
107
|
+
--condo-global-typography-text-s-font-size: 12px;
|
|
108
|
+
--condo-global-typography-text-s-letter-spacing: -0.01em;
|
|
109
|
+
--condo-global-typography-text-s-paragraph-spacing: 12px;
|
|
110
|
+
--condo-global-color-white: #fff;
|
|
111
|
+
--condo-global-color-black: #222;
|
|
112
|
+
--condo-global-color-brand-gradient-1: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%);
|
|
113
|
+
--condo-global-color-brand-gradient-3: linear-gradient(90deg, #85eba4 0%, #9fd5ff 100%);
|
|
114
|
+
--condo-global-color-brand-gradient-5: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%);
|
|
115
|
+
--condo-global-color-brand-gradient-7: linear-gradient(90deg, #2abb56 0%, #3996dd 100%);
|
|
116
|
+
--condo-global-color-green-1: #ebfaef;
|
|
117
|
+
--condo-global-color-green-3: #88e2a3;
|
|
118
|
+
--condo-global-color-green-5: #39ce66;
|
|
119
|
+
--condo-global-color-green-7: #00b538;
|
|
120
|
+
--condo-global-color-red-1: #ffeceb;
|
|
121
|
+
--condo-global-color-red-3: #ff938e;
|
|
122
|
+
--condo-global-color-red-5: #ff3b30;
|
|
123
|
+
--condo-global-color-red-7: #ec0000;
|
|
124
|
+
--condo-global-color-yellow-1: #fef8dd;
|
|
125
|
+
--condo-global-color-yellow-3: #fcea99;
|
|
126
|
+
--condo-global-color-yellow-5: #fadd56;
|
|
127
|
+
--condo-global-color-yellow-7: #e9c000;
|
|
128
|
+
--condo-global-color-orange-1: #fff5e6;
|
|
129
|
+
--condo-global-color-orange-3: #ffbf66;
|
|
130
|
+
--condo-global-color-orange-5: #ff9500;
|
|
131
|
+
--condo-global-color-orange-7: #da7f00;
|
|
132
|
+
--condo-global-color-blue-1: #e7f4ff;
|
|
133
|
+
--condo-global-color-blue-3: #7dc0f8;
|
|
134
|
+
--condo-global-color-blue-5: #2696f3;
|
|
135
|
+
--condo-global-color-blue-7: #0b78d2;
|
|
136
|
+
--condo-global-color-purple-1: #f2e9ff;
|
|
137
|
+
--condo-global-color-purple-3: #9e7add;
|
|
138
|
+
--condo-global-color-purple-5: #5e22c6;
|
|
139
|
+
--condo-global-color-purple-7: #4b1c9e;
|
|
140
|
+
--condo-global-color-pink-1: #ffeef3;
|
|
141
|
+
--condo-global-color-pink-3: #f38aa7;
|
|
142
|
+
--condo-global-color-pink-5: #eb3468;
|
|
143
|
+
--condo-global-color-pink-7: #d21f52;
|
|
144
|
+
--condo-global-color-brown-1: #f8f1e7;
|
|
145
|
+
--condo-global-color-brown-3: #d2aa6e;
|
|
146
|
+
--condo-global-color-brown-5: #b4710d;
|
|
147
|
+
--condo-global-color-brown-7: #8d590c;
|
|
148
|
+
--condo-global-color-teal-1: #e9f3f2;
|
|
149
|
+
--condo-global-color-teal-3: #6db8b3;
|
|
150
|
+
--condo-global-color-teal-5: #1c7e79;
|
|
151
|
+
--condo-global-color-teal-7: #135754;
|
|
152
|
+
--condo-global-color-cyan-1: #edfcf8;
|
|
153
|
+
--condo-global-color-cyan-3: #a0e5d2;
|
|
154
|
+
--condo-global-color-cyan-5: #5eceb0;
|
|
155
|
+
--condo-global-color-cyan-7: #249677;
|
|
156
|
+
--condo-global-color-gray-1: #f2f4f6;
|
|
157
|
+
--condo-global-color-gray-3: #e1e5ed;
|
|
158
|
+
--condo-global-color-gray-5: #d0d3e5;
|
|
159
|
+
--condo-global-color-gray-7: #707695;
|
|
160
|
+
--condo-global-transition-duration-default: 0.15s;
|
|
161
|
+
}
|
|
@@ -0,0 +1,158 @@
|
|
|
1
|
+
|
|
2
|
+
// Do not edit directly
|
|
3
|
+
// Generated on Thu, 16 Feb 2023 15:31:31 GMT
|
|
4
|
+
|
|
5
|
+
@condo-global-spacing-4: 4px;
|
|
6
|
+
@condo-global-spacing-8: 8px;
|
|
7
|
+
@condo-global-spacing-12: 12px;
|
|
8
|
+
@condo-global-spacing-16: 16px;
|
|
9
|
+
@condo-global-spacing-20: 20px;
|
|
10
|
+
@condo-global-spacing-24: 24px;
|
|
11
|
+
@condo-global-spacing-32: 32px;
|
|
12
|
+
@condo-global-spacing-40: 40px;
|
|
13
|
+
@condo-global-spacing-52: 52px;
|
|
14
|
+
@condo-global-spacing-60: 60px;
|
|
15
|
+
@condo-global-border-width-default: 1px;
|
|
16
|
+
@condo-global-font-family-default: "Open Sans", var(--condo-font-fallback);
|
|
17
|
+
@condo-global-border-radius-small: 4px;
|
|
18
|
+
@condo-global-border-radius-medium: 8px;
|
|
19
|
+
@condo-global-border-radius-large: 12px;
|
|
20
|
+
@condo-global-font-weight-regular: 400;
|
|
21
|
+
@condo-global-font-weight-semibold: 600;
|
|
22
|
+
@condo-global-font-weight-bold: 700;
|
|
23
|
+
@condo-global-line-height-h1: 46px;
|
|
24
|
+
@condo-global-line-height-h2: 32px;
|
|
25
|
+
@condo-global-line-height-h3: 28px;
|
|
26
|
+
@condo-global-line-height-h4: 24px;
|
|
27
|
+
@condo-global-line-height-h5: 22px;
|
|
28
|
+
@condo-global-line-height-h6: 20px;
|
|
29
|
+
@condo-global-line-height-text-l: 24px;
|
|
30
|
+
@condo-global-line-height-text-m: 22px;
|
|
31
|
+
@condo-global-line-height-text-s: 20px;
|
|
32
|
+
@condo-global-font-size-h1: 38px;
|
|
33
|
+
@condo-global-font-size-h2: 24px;
|
|
34
|
+
@condo-global-font-size-h3: 20px;
|
|
35
|
+
@condo-global-font-size-h4: 16px;
|
|
36
|
+
@condo-global-font-size-h5: 14px;
|
|
37
|
+
@condo-global-font-size-h6: 12px;
|
|
38
|
+
@condo-global-font-size-text-l: 16px;
|
|
39
|
+
@condo-global-font-size-text-m: 14px;
|
|
40
|
+
@condo-global-font-size-text-s: 12px;
|
|
41
|
+
@condo-global-opacity-disabled: 50%;
|
|
42
|
+
@condo-global-box-shadow-default: 0 4px 14px 0 #b2b9d966;
|
|
43
|
+
@condo-global-letter-spacing-default: -0.01em;
|
|
44
|
+
@condo-global-letter-spacing-small: -0.03em;
|
|
45
|
+
@condo-global-paragraph-spacing-h1: 40px;
|
|
46
|
+
@condo-global-paragraph-spacing-h2: 24px;
|
|
47
|
+
@condo-global-paragraph-spacing-h3: 20px;
|
|
48
|
+
@condo-global-paragraph-spacing-h4: 16px;
|
|
49
|
+
@condo-global-paragraph-spacing-h5: 14px;
|
|
50
|
+
@condo-global-paragraph-spacing-h6: 12px;
|
|
51
|
+
@condo-global-paragraph-spacing-text-l: 16px;
|
|
52
|
+
@condo-global-paragraph-spacing-text-m: 14px;
|
|
53
|
+
@condo-global-paragraph-spacing-text-s: 12px;
|
|
54
|
+
@condo-global-typography-h1-font-family: "Open Sans", var(--condo-font-fallback);
|
|
55
|
+
@condo-global-typography-h1-font-weight: 700;
|
|
56
|
+
@condo-global-typography-h1-line-height: 46px;
|
|
57
|
+
@condo-global-typography-h1-font-size: 38px;
|
|
58
|
+
@condo-global-typography-h1-letter-spacing: -0.03em;
|
|
59
|
+
@condo-global-typography-h1-paragraph-spacing: 40px;
|
|
60
|
+
@condo-global-typography-h2-font-family: "Open Sans", var(--condo-font-fallback);
|
|
61
|
+
@condo-global-typography-h2-font-weight: 700;
|
|
62
|
+
@condo-global-typography-h2-line-height: 32px;
|
|
63
|
+
@condo-global-typography-h2-font-size: 24px;
|
|
64
|
+
@condo-global-typography-h2-letter-spacing: -0.03em;
|
|
65
|
+
@condo-global-typography-h2-paragraph-spacing: 24px;
|
|
66
|
+
@condo-global-typography-h3-font-family: "Open Sans", var(--condo-font-fallback);
|
|
67
|
+
@condo-global-typography-h3-font-weight: 700;
|
|
68
|
+
@condo-global-typography-h3-line-height: 28px;
|
|
69
|
+
@condo-global-typography-h3-font-size: 20px;
|
|
70
|
+
@condo-global-typography-h3-letter-spacing: -0.03em;
|
|
71
|
+
@condo-global-typography-h3-paragraph-spacing: 20px;
|
|
72
|
+
@condo-global-typography-h4-font-family: "Open Sans", var(--condo-font-fallback);
|
|
73
|
+
@condo-global-typography-h4-font-weight: 600;
|
|
74
|
+
@condo-global-typography-h4-line-height: 24px;
|
|
75
|
+
@condo-global-typography-h4-font-size: 16px;
|
|
76
|
+
@condo-global-typography-h4-letter-spacing: -0.01em;
|
|
77
|
+
@condo-global-typography-h4-paragraph-spacing: 16px;
|
|
78
|
+
@condo-global-typography-h5-font-family: "Open Sans", var(--condo-font-fallback);
|
|
79
|
+
@condo-global-typography-h5-font-weight: 600;
|
|
80
|
+
@condo-global-typography-h5-line-height: 22px;
|
|
81
|
+
@condo-global-typography-h5-font-size: 14px;
|
|
82
|
+
@condo-global-typography-h5-letter-spacing: -0.01em;
|
|
83
|
+
@condo-global-typography-h5-paragraph-spacing: 14px;
|
|
84
|
+
@condo-global-typography-h6-font-family: "Open Sans", var(--condo-font-fallback);
|
|
85
|
+
@condo-global-typography-h6-font-weight: 600;
|
|
86
|
+
@condo-global-typography-h6-line-height: 20px;
|
|
87
|
+
@condo-global-typography-h6-font-size: 12px;
|
|
88
|
+
@condo-global-typography-h6-letter-spacing: -0.01em;
|
|
89
|
+
@condo-global-typography-h6-paragraph-spacing: 12px;
|
|
90
|
+
@condo-global-typography-text-l-font-family: "Open Sans", var(--condo-font-fallback);
|
|
91
|
+
@condo-global-typography-text-l-font-weight: 400;
|
|
92
|
+
@condo-global-typography-text-l-line-height: 24px;
|
|
93
|
+
@condo-global-typography-text-l-font-size: 16px;
|
|
94
|
+
@condo-global-typography-text-l-letter-spacing: -0.01em;
|
|
95
|
+
@condo-global-typography-text-l-paragraph-spacing: 16px;
|
|
96
|
+
@condo-global-typography-text-m-font-family: "Open Sans", var(--condo-font-fallback);
|
|
97
|
+
@condo-global-typography-text-m-font-weight: 400;
|
|
98
|
+
@condo-global-typography-text-m-line-height: 22px;
|
|
99
|
+
@condo-global-typography-text-m-font-size: 14px;
|
|
100
|
+
@condo-global-typography-text-m-letter-spacing: -0.01em;
|
|
101
|
+
@condo-global-typography-text-m-paragraph-spacing: 14px;
|
|
102
|
+
@condo-global-typography-text-s-font-family: "Open Sans", var(--condo-font-fallback);
|
|
103
|
+
@condo-global-typography-text-s-font-weight: 400;
|
|
104
|
+
@condo-global-typography-text-s-line-height: 20px;
|
|
105
|
+
@condo-global-typography-text-s-font-size: 12px;
|
|
106
|
+
@condo-global-typography-text-s-letter-spacing: -0.01em;
|
|
107
|
+
@condo-global-typography-text-s-paragraph-spacing: 12px;
|
|
108
|
+
@condo-global-color-white: #fff;
|
|
109
|
+
@condo-global-color-black: #222;
|
|
110
|
+
@condo-global-color-brand-gradient-1: linear-gradient(90deg, #e2ffeb 0%, #e7f4ff 100%);
|
|
111
|
+
@condo-global-color-brand-gradient-3: linear-gradient(90deg, #85eba4 0%, #9fd5ff 100%);
|
|
112
|
+
@condo-global-color-brand-gradient-5: linear-gradient(90deg, #4cd174 0%, #6db8f2 100%);
|
|
113
|
+
@condo-global-color-brand-gradient-7: linear-gradient(90deg, #2abb56 0%, #3996dd 100%);
|
|
114
|
+
@condo-global-color-green-1: #ebfaef;
|
|
115
|
+
@condo-global-color-green-3: #88e2a3;
|
|
116
|
+
@condo-global-color-green-5: #39ce66;
|
|
117
|
+
@condo-global-color-green-7: #00b538;
|
|
118
|
+
@condo-global-color-red-1: #ffeceb;
|
|
119
|
+
@condo-global-color-red-3: #ff938e;
|
|
120
|
+
@condo-global-color-red-5: #ff3b30;
|
|
121
|
+
@condo-global-color-red-7: #ec0000;
|
|
122
|
+
@condo-global-color-yellow-1: #fef8dd;
|
|
123
|
+
@condo-global-color-yellow-3: #fcea99;
|
|
124
|
+
@condo-global-color-yellow-5: #fadd56;
|
|
125
|
+
@condo-global-color-yellow-7: #e9c000;
|
|
126
|
+
@condo-global-color-orange-1: #fff5e6;
|
|
127
|
+
@condo-global-color-orange-3: #ffbf66;
|
|
128
|
+
@condo-global-color-orange-5: #ff9500;
|
|
129
|
+
@condo-global-color-orange-7: #da7f00;
|
|
130
|
+
@condo-global-color-blue-1: #e7f4ff;
|
|
131
|
+
@condo-global-color-blue-3: #7dc0f8;
|
|
132
|
+
@condo-global-color-blue-5: #2696f3;
|
|
133
|
+
@condo-global-color-blue-7: #0b78d2;
|
|
134
|
+
@condo-global-color-purple-1: #f2e9ff;
|
|
135
|
+
@condo-global-color-purple-3: #9e7add;
|
|
136
|
+
@condo-global-color-purple-5: #5e22c6;
|
|
137
|
+
@condo-global-color-purple-7: #4b1c9e;
|
|
138
|
+
@condo-global-color-pink-1: #ffeef3;
|
|
139
|
+
@condo-global-color-pink-3: #f38aa7;
|
|
140
|
+
@condo-global-color-pink-5: #eb3468;
|
|
141
|
+
@condo-global-color-pink-7: #d21f52;
|
|
142
|
+
@condo-global-color-brown-1: #f8f1e7;
|
|
143
|
+
@condo-global-color-brown-3: #d2aa6e;
|
|
144
|
+
@condo-global-color-brown-5: #b4710d;
|
|
145
|
+
@condo-global-color-brown-7: #8d590c;
|
|
146
|
+
@condo-global-color-teal-1: #e9f3f2;
|
|
147
|
+
@condo-global-color-teal-3: #6db8b3;
|
|
148
|
+
@condo-global-color-teal-5: #1c7e79;
|
|
149
|
+
@condo-global-color-teal-7: #135754;
|
|
150
|
+
@condo-global-color-cyan-1: #edfcf8;
|
|
151
|
+
@condo-global-color-cyan-3: #a0e5d2;
|
|
152
|
+
@condo-global-color-cyan-5: #5eceb0;
|
|
153
|
+
@condo-global-color-cyan-7: #249677;
|
|
154
|
+
@condo-global-color-gray-1: #f2f4f6;
|
|
155
|
+
@condo-global-color-gray-3: #e1e5ed;
|
|
156
|
+
@condo-global-color-gray-5: #d0d3e5;
|
|
157
|
+
@condo-global-color-gray-7: #707695;
|
|
158
|
+
@condo-global-transition-duration-default: 0.15s;
|