@open-condo/ui 2.6.6 → 2.7.0
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/index.js +1 -1
- package/dist/style-vars/variables.css +16 -16
- package/dist/style-vars/variables.less +16 -16
- package/dist/styles.css +38 -65
- package/dist/styles.min.css +2 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -47018,7 +47018,7 @@ var isObject_default = /*#__PURE__*/__webpack_require__.n(isObject);
|
|
|
47018
47018
|
var isString = __webpack_require__(85505);
|
|
47019
47019
|
var isString_default = /*#__PURE__*/__webpack_require__.n(isString);
|
|
47020
47020
|
;// CONCATENATED MODULE: ./package.json
|
|
47021
|
-
var package_namespaceObject = {"i8":"2.
|
|
47021
|
+
var package_namespaceObject = {"i8":"2.7.0"};
|
|
47022
47022
|
;// CONCATENATED MODULE: ./src/components/_utils/analytics.ts
|
|
47023
47023
|
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { var symbols = Object.getOwnPropertySymbols(object); enumerableOnly && (symbols = symbols.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; })), keys.push.apply(keys, symbols); } return keys; }
|
|
47024
47024
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Mon, 25 Sep 2023 10:58:13 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
:root {
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
--condo-global-spacing-52: 52px;
|
|
16
16
|
--condo-global-spacing-60: 60px;
|
|
17
17
|
--condo-global-border-width-default: 1px;
|
|
18
|
-
--condo-global-font-family-default: "
|
|
18
|
+
--condo-global-font-family-default: "Wix Madefor Display", var(--condo-font-fallback);
|
|
19
19
|
--condo-global-border-radius-small: 4px;
|
|
20
20
|
--condo-global-border-radius-medium: 8px;
|
|
21
21
|
--condo-global-border-radius-large: 12px;
|
|
@@ -31,8 +31,8 @@
|
|
|
31
31
|
--condo-global-line-height-text-l: 24px;
|
|
32
32
|
--condo-global-line-height-text-m: 22px;
|
|
33
33
|
--condo-global-line-height-text-s: 20px;
|
|
34
|
-
--condo-global-font-size-h1:
|
|
35
|
-
--condo-global-font-size-h2:
|
|
34
|
+
--condo-global-font-size-h1: 40px;
|
|
35
|
+
--condo-global-font-size-h2: 26px;
|
|
36
36
|
--condo-global-font-size-h3: 20px;
|
|
37
37
|
--condo-global-font-size-h4: 16px;
|
|
38
38
|
--condo-global-font-size-h5: 14px;
|
|
@@ -54,55 +54,55 @@
|
|
|
54
54
|
--condo-global-paragraph-spacing-text-l: 16px;
|
|
55
55
|
--condo-global-paragraph-spacing-text-m: 14px;
|
|
56
56
|
--condo-global-paragraph-spacing-text-s: 12px;
|
|
57
|
-
--condo-global-typography-h1-font-family: "
|
|
57
|
+
--condo-global-typography-h1-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
58
58
|
--condo-global-typography-h1-font-weight: 700;
|
|
59
59
|
--condo-global-typography-h1-line-height: 46px;
|
|
60
|
-
--condo-global-typography-h1-font-size:
|
|
60
|
+
--condo-global-typography-h1-font-size: 40px;
|
|
61
61
|
--condo-global-typography-h1-letter-spacing: -0.03em;
|
|
62
62
|
--condo-global-typography-h1-paragraph-spacing: 40px;
|
|
63
|
-
--condo-global-typography-h2-font-family: "
|
|
63
|
+
--condo-global-typography-h2-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
64
64
|
--condo-global-typography-h2-font-weight: 700;
|
|
65
65
|
--condo-global-typography-h2-line-height: 32px;
|
|
66
|
-
--condo-global-typography-h2-font-size:
|
|
66
|
+
--condo-global-typography-h2-font-size: 26px;
|
|
67
67
|
--condo-global-typography-h2-letter-spacing: -0.03em;
|
|
68
68
|
--condo-global-typography-h2-paragraph-spacing: 24px;
|
|
69
|
-
--condo-global-typography-h3-font-family: "
|
|
70
|
-
--condo-global-typography-h3-font-weight:
|
|
69
|
+
--condo-global-typography-h3-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
70
|
+
--condo-global-typography-h3-font-weight: 600;
|
|
71
71
|
--condo-global-typography-h3-line-height: 28px;
|
|
72
72
|
--condo-global-typography-h3-font-size: 20px;
|
|
73
73
|
--condo-global-typography-h3-letter-spacing: -0.03em;
|
|
74
74
|
--condo-global-typography-h3-paragraph-spacing: 20px;
|
|
75
|
-
--condo-global-typography-h4-font-family: "
|
|
75
|
+
--condo-global-typography-h4-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
76
76
|
--condo-global-typography-h4-font-weight: 600;
|
|
77
77
|
--condo-global-typography-h4-line-height: 24px;
|
|
78
78
|
--condo-global-typography-h4-font-size: 16px;
|
|
79
79
|
--condo-global-typography-h4-letter-spacing: -0.01em;
|
|
80
80
|
--condo-global-typography-h4-paragraph-spacing: 16px;
|
|
81
|
-
--condo-global-typography-h5-font-family: "
|
|
81
|
+
--condo-global-typography-h5-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
82
82
|
--condo-global-typography-h5-font-weight: 600;
|
|
83
83
|
--condo-global-typography-h5-line-height: 22px;
|
|
84
84
|
--condo-global-typography-h5-font-size: 14px;
|
|
85
85
|
--condo-global-typography-h5-letter-spacing: -0.01em;
|
|
86
86
|
--condo-global-typography-h5-paragraph-spacing: 14px;
|
|
87
|
-
--condo-global-typography-h6-font-family: "
|
|
87
|
+
--condo-global-typography-h6-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
88
88
|
--condo-global-typography-h6-font-weight: 600;
|
|
89
89
|
--condo-global-typography-h6-line-height: 20px;
|
|
90
90
|
--condo-global-typography-h6-font-size: 12px;
|
|
91
91
|
--condo-global-typography-h6-letter-spacing: -0.01em;
|
|
92
92
|
--condo-global-typography-h6-paragraph-spacing: 12px;
|
|
93
|
-
--condo-global-typography-text-l-font-family: "
|
|
93
|
+
--condo-global-typography-text-l-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
94
94
|
--condo-global-typography-text-l-font-weight: 400;
|
|
95
95
|
--condo-global-typography-text-l-line-height: 24px;
|
|
96
96
|
--condo-global-typography-text-l-font-size: 16px;
|
|
97
97
|
--condo-global-typography-text-l-letter-spacing: -0.01em;
|
|
98
98
|
--condo-global-typography-text-l-paragraph-spacing: 16px;
|
|
99
|
-
--condo-global-typography-text-m-font-family: "
|
|
99
|
+
--condo-global-typography-text-m-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
100
100
|
--condo-global-typography-text-m-font-weight: 400;
|
|
101
101
|
--condo-global-typography-text-m-line-height: 22px;
|
|
102
102
|
--condo-global-typography-text-m-font-size: 14px;
|
|
103
103
|
--condo-global-typography-text-m-letter-spacing: -0.01em;
|
|
104
104
|
--condo-global-typography-text-m-paragraph-spacing: 14px;
|
|
105
|
-
--condo-global-typography-text-s-font-family: "
|
|
105
|
+
--condo-global-typography-text-s-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
106
106
|
--condo-global-typography-text-s-font-weight: 400;
|
|
107
107
|
--condo-global-typography-text-s-line-height: 20px;
|
|
108
108
|
--condo-global-typography-text-s-font-size: 12px;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
|
|
2
2
|
// Do not edit directly
|
|
3
|
-
// Generated on
|
|
3
|
+
// Generated on Mon, 25 Sep 2023 10:58:13 GMT
|
|
4
4
|
|
|
5
5
|
@condo-global-spacing-4: 4px;
|
|
6
6
|
@condo-global-spacing-8: 8px;
|
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
@condo-global-spacing-52: 52px;
|
|
14
14
|
@condo-global-spacing-60: 60px;
|
|
15
15
|
@condo-global-border-width-default: 1px;
|
|
16
|
-
@condo-global-font-family-default: "
|
|
16
|
+
@condo-global-font-family-default: "Wix Madefor Display", var(--condo-font-fallback);
|
|
17
17
|
@condo-global-border-radius-small: 4px;
|
|
18
18
|
@condo-global-border-radius-medium: 8px;
|
|
19
19
|
@condo-global-border-radius-large: 12px;
|
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
@condo-global-line-height-text-l: 24px;
|
|
30
30
|
@condo-global-line-height-text-m: 22px;
|
|
31
31
|
@condo-global-line-height-text-s: 20px;
|
|
32
|
-
@condo-global-font-size-h1:
|
|
33
|
-
@condo-global-font-size-h2:
|
|
32
|
+
@condo-global-font-size-h1: 40px;
|
|
33
|
+
@condo-global-font-size-h2: 26px;
|
|
34
34
|
@condo-global-font-size-h3: 20px;
|
|
35
35
|
@condo-global-font-size-h4: 16px;
|
|
36
36
|
@condo-global-font-size-h5: 14px;
|
|
@@ -52,55 +52,55 @@
|
|
|
52
52
|
@condo-global-paragraph-spacing-text-l: 16px;
|
|
53
53
|
@condo-global-paragraph-spacing-text-m: 14px;
|
|
54
54
|
@condo-global-paragraph-spacing-text-s: 12px;
|
|
55
|
-
@condo-global-typography-h1-font-family: "
|
|
55
|
+
@condo-global-typography-h1-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
56
56
|
@condo-global-typography-h1-font-weight: 700;
|
|
57
57
|
@condo-global-typography-h1-line-height: 46px;
|
|
58
|
-
@condo-global-typography-h1-font-size:
|
|
58
|
+
@condo-global-typography-h1-font-size: 40px;
|
|
59
59
|
@condo-global-typography-h1-letter-spacing: -0.03em;
|
|
60
60
|
@condo-global-typography-h1-paragraph-spacing: 40px;
|
|
61
|
-
@condo-global-typography-h2-font-family: "
|
|
61
|
+
@condo-global-typography-h2-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
62
62
|
@condo-global-typography-h2-font-weight: 700;
|
|
63
63
|
@condo-global-typography-h2-line-height: 32px;
|
|
64
|
-
@condo-global-typography-h2-font-size:
|
|
64
|
+
@condo-global-typography-h2-font-size: 26px;
|
|
65
65
|
@condo-global-typography-h2-letter-spacing: -0.03em;
|
|
66
66
|
@condo-global-typography-h2-paragraph-spacing: 24px;
|
|
67
|
-
@condo-global-typography-h3-font-family: "
|
|
68
|
-
@condo-global-typography-h3-font-weight:
|
|
67
|
+
@condo-global-typography-h3-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
68
|
+
@condo-global-typography-h3-font-weight: 600;
|
|
69
69
|
@condo-global-typography-h3-line-height: 28px;
|
|
70
70
|
@condo-global-typography-h3-font-size: 20px;
|
|
71
71
|
@condo-global-typography-h3-letter-spacing: -0.03em;
|
|
72
72
|
@condo-global-typography-h3-paragraph-spacing: 20px;
|
|
73
|
-
@condo-global-typography-h4-font-family: "
|
|
73
|
+
@condo-global-typography-h4-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
74
74
|
@condo-global-typography-h4-font-weight: 600;
|
|
75
75
|
@condo-global-typography-h4-line-height: 24px;
|
|
76
76
|
@condo-global-typography-h4-font-size: 16px;
|
|
77
77
|
@condo-global-typography-h4-letter-spacing: -0.01em;
|
|
78
78
|
@condo-global-typography-h4-paragraph-spacing: 16px;
|
|
79
|
-
@condo-global-typography-h5-font-family: "
|
|
79
|
+
@condo-global-typography-h5-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
80
80
|
@condo-global-typography-h5-font-weight: 600;
|
|
81
81
|
@condo-global-typography-h5-line-height: 22px;
|
|
82
82
|
@condo-global-typography-h5-font-size: 14px;
|
|
83
83
|
@condo-global-typography-h5-letter-spacing: -0.01em;
|
|
84
84
|
@condo-global-typography-h5-paragraph-spacing: 14px;
|
|
85
|
-
@condo-global-typography-h6-font-family: "
|
|
85
|
+
@condo-global-typography-h6-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
86
86
|
@condo-global-typography-h6-font-weight: 600;
|
|
87
87
|
@condo-global-typography-h6-line-height: 20px;
|
|
88
88
|
@condo-global-typography-h6-font-size: 12px;
|
|
89
89
|
@condo-global-typography-h6-letter-spacing: -0.01em;
|
|
90
90
|
@condo-global-typography-h6-paragraph-spacing: 12px;
|
|
91
|
-
@condo-global-typography-text-l-font-family: "
|
|
91
|
+
@condo-global-typography-text-l-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
92
92
|
@condo-global-typography-text-l-font-weight: 400;
|
|
93
93
|
@condo-global-typography-text-l-line-height: 24px;
|
|
94
94
|
@condo-global-typography-text-l-font-size: 16px;
|
|
95
95
|
@condo-global-typography-text-l-letter-spacing: -0.01em;
|
|
96
96
|
@condo-global-typography-text-l-paragraph-spacing: 16px;
|
|
97
|
-
@condo-global-typography-text-m-font-family: "
|
|
97
|
+
@condo-global-typography-text-m-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
98
98
|
@condo-global-typography-text-m-font-weight: 400;
|
|
99
99
|
@condo-global-typography-text-m-line-height: 22px;
|
|
100
100
|
@condo-global-typography-text-m-font-size: 14px;
|
|
101
101
|
@condo-global-typography-text-m-letter-spacing: -0.01em;
|
|
102
102
|
@condo-global-typography-text-m-paragraph-spacing: 14px;
|
|
103
|
-
@condo-global-typography-text-s-font-family: "
|
|
103
|
+
@condo-global-typography-text-s-font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
104
104
|
@condo-global-typography-text-s-font-weight: 400;
|
|
105
105
|
@condo-global-typography-text-s-line-height: 20px;
|
|
106
106
|
@condo-global-typography-text-s-font-size: 12px;
|
package/dist/styles.css
CHANGED
|
@@ -1,50 +1,23 @@
|
|
|
1
1
|
@font-face {
|
|
2
|
-
font-family: '
|
|
3
|
-
font-style: italic;
|
|
4
|
-
font-weight: 400;
|
|
5
|
-
font-stretch: normal;
|
|
6
|
-
font-display: swap;
|
|
7
|
-
src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0Rk8ZkaVc.ttf) format('truetype');
|
|
8
|
-
}
|
|
9
|
-
@font-face {
|
|
10
|
-
font-family: 'Open Sans';
|
|
11
|
-
font-style: italic;
|
|
12
|
-
font-weight: 600;
|
|
13
|
-
font-stretch: normal;
|
|
14
|
-
font-display: swap;
|
|
15
|
-
src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkxhjaVc.ttf) format('truetype');
|
|
16
|
-
}
|
|
17
|
-
@font-face {
|
|
18
|
-
font-family: 'Open Sans';
|
|
19
|
-
font-style: italic;
|
|
20
|
-
font-weight: 700;
|
|
21
|
-
font-stretch: normal;
|
|
22
|
-
font-display: swap;
|
|
23
|
-
src: url(https://fonts.gstatic.com/s/opensans/v35/memQYaGs126MiZpBA-UFUIcVXSCEkx2cmqvXlWq8tWZ0Pw86hd0RkyFjaVc.ttf) format('truetype');
|
|
24
|
-
}
|
|
25
|
-
@font-face {
|
|
26
|
-
font-family: 'Open Sans';
|
|
2
|
+
font-family: 'Wix Madefor Display';
|
|
27
3
|
font-style: normal;
|
|
28
4
|
font-weight: 400;
|
|
29
|
-
font-stretch: normal;
|
|
30
5
|
font-display: swap;
|
|
31
|
-
src: url(https://fonts.gstatic.com/s/
|
|
6
|
+
src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYFhYltk.ttf) format('truetype');
|
|
32
7
|
}
|
|
33
8
|
@font-face {
|
|
34
|
-
font-family: '
|
|
9
|
+
font-family: 'Wix Madefor Display';
|
|
35
10
|
font-style: normal;
|
|
36
11
|
font-weight: 600;
|
|
37
|
-
font-stretch: normal;
|
|
38
12
|
font-display: swap;
|
|
39
|
-
src: url(https://fonts.gstatic.com/s/
|
|
13
|
+
src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYG_ZVtk.ttf) format('truetype');
|
|
40
14
|
}
|
|
41
15
|
@font-face {
|
|
42
|
-
font-family: '
|
|
16
|
+
font-family: 'Wix Madefor Display';
|
|
43
17
|
font-style: normal;
|
|
44
18
|
font-weight: 700;
|
|
45
|
-
font-stretch: normal;
|
|
46
19
|
font-display: swap;
|
|
47
|
-
src: url(https://fonts.gstatic.com/s/
|
|
20
|
+
src: url(https://fonts.gstatic.com/s/wixmadefordisplay/v10/SZcS3EX9IbbyeJ8aOluD52KXgUA_7Ed1I13G853Cp9duUYGGZVtk.ttf) format('truetype');
|
|
48
21
|
}
|
|
49
22
|
@font-face {
|
|
50
23
|
font-family: 'Noto Sans Mono';
|
|
@@ -754,7 +727,7 @@
|
|
|
754
727
|
margin: 0;
|
|
755
728
|
font-weight: 400;
|
|
756
729
|
font-size: 16px;
|
|
757
|
-
font-family: "
|
|
730
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
758
731
|
line-height: 24px;
|
|
759
732
|
letter-spacing: -0.01em;
|
|
760
733
|
}
|
|
@@ -762,7 +735,7 @@
|
|
|
762
735
|
margin: 0;
|
|
763
736
|
font-weight: 400;
|
|
764
737
|
font-size: 14px;
|
|
765
|
-
font-family: "
|
|
738
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
766
739
|
line-height: 22px;
|
|
767
740
|
letter-spacing: -0.01em;
|
|
768
741
|
}
|
|
@@ -770,7 +743,7 @@
|
|
|
770
743
|
margin: 0;
|
|
771
744
|
font-weight: 400;
|
|
772
745
|
font-size: 12px;
|
|
773
|
-
font-family: "
|
|
746
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
774
747
|
line-height: 20px;
|
|
775
748
|
letter-spacing: -0.01em;
|
|
776
749
|
}
|
|
@@ -851,8 +824,8 @@ div.condo-typography-h1,
|
|
|
851
824
|
div.condo-typography-h1 > textarea,
|
|
852
825
|
.condo-typography h1 {
|
|
853
826
|
font-weight: 700;
|
|
854
|
-
font-size:
|
|
855
|
-
font-family: "
|
|
827
|
+
font-size: 40px;
|
|
828
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
856
829
|
line-height: 46px;
|
|
857
830
|
letter-spacing: -0.03em;
|
|
858
831
|
margin: 0;
|
|
@@ -862,8 +835,8 @@ div.condo-typography-h2,
|
|
|
862
835
|
div.condo-typography-h2 > textarea,
|
|
863
836
|
.condo-typography h2 {
|
|
864
837
|
font-weight: 700;
|
|
865
|
-
font-size:
|
|
866
|
-
font-family: "
|
|
838
|
+
font-size: 26px;
|
|
839
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
867
840
|
line-height: 32px;
|
|
868
841
|
letter-spacing: -0.03em;
|
|
869
842
|
margin: 0;
|
|
@@ -872,9 +845,9 @@ h3.condo-typography,
|
|
|
872
845
|
div.condo-typography-h3,
|
|
873
846
|
div.condo-typography-h3 > textarea,
|
|
874
847
|
.condo-typography h3 {
|
|
875
|
-
font-weight:
|
|
848
|
+
font-weight: 600;
|
|
876
849
|
font-size: 20px;
|
|
877
|
-
font-family: "
|
|
850
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
878
851
|
line-height: 28px;
|
|
879
852
|
letter-spacing: -0.03em;
|
|
880
853
|
margin: 0;
|
|
@@ -885,7 +858,7 @@ div.condo-typography-h4 > textarea,
|
|
|
885
858
|
.condo-typography h4 {
|
|
886
859
|
font-weight: 600;
|
|
887
860
|
font-size: 16px;
|
|
888
|
-
font-family: "
|
|
861
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
889
862
|
line-height: 24px;
|
|
890
863
|
letter-spacing: -0.01em;
|
|
891
864
|
margin: 0;
|
|
@@ -896,7 +869,7 @@ div.condo-typography-h5 > textarea,
|
|
|
896
869
|
.condo-typography h5 {
|
|
897
870
|
font-weight: 600;
|
|
898
871
|
font-size: 14px;
|
|
899
|
-
font-family: "
|
|
872
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
900
873
|
line-height: 22px;
|
|
901
874
|
letter-spacing: -0.01em;
|
|
902
875
|
margin: 0;
|
|
@@ -907,7 +880,7 @@ div.condo-typography-h6 > textarea,
|
|
|
907
880
|
.condo-typography h6 {
|
|
908
881
|
font-weight: 600;
|
|
909
882
|
font-size: 12px;
|
|
910
|
-
font-family: "
|
|
883
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
911
884
|
line-height: 20px;
|
|
912
885
|
letter-spacing: -0.01em;
|
|
913
886
|
margin: 0;
|
|
@@ -1271,7 +1244,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
1271
1244
|
margin: 0;
|
|
1272
1245
|
font-weight: 400;
|
|
1273
1246
|
font-size: 14px;
|
|
1274
|
-
font-family: "
|
|
1247
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
1275
1248
|
line-height: 22px;
|
|
1276
1249
|
letter-spacing: -0.01em;
|
|
1277
1250
|
}
|
|
@@ -1288,7 +1261,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
1288
1261
|
.condo-alert-message {
|
|
1289
1262
|
font-weight: 600;
|
|
1290
1263
|
font-size: 16px;
|
|
1291
|
-
font-family: "
|
|
1264
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
1292
1265
|
line-height: 24px;
|
|
1293
1266
|
letter-spacing: -0.01em;
|
|
1294
1267
|
margin: 0;
|
|
@@ -1296,7 +1269,7 @@ span.condo-typography-ellipsis-single-line {
|
|
|
1296
1269
|
.condo-alert-with-description .condo-alert-message {
|
|
1297
1270
|
font-weight: 600;
|
|
1298
1271
|
font-size: 16px;
|
|
1299
|
-
font-family: "
|
|
1272
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
1300
1273
|
line-height: 24px;
|
|
1301
1274
|
letter-spacing: -0.01em;
|
|
1302
1275
|
margin: 0;
|
|
@@ -3297,7 +3270,7 @@ a.condo-btn-sm {
|
|
|
3297
3270
|
.condo-btn {
|
|
3298
3271
|
font-weight: 600;
|
|
3299
3272
|
font-size: 16px;
|
|
3300
|
-
font-family: "
|
|
3273
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
3301
3274
|
line-height: 24px;
|
|
3302
3275
|
letter-spacing: -0.01em;
|
|
3303
3276
|
margin: 0;
|
|
@@ -5364,7 +5337,7 @@ a.condo-btn-secondary {
|
|
|
5364
5337
|
.condo-dropdown {
|
|
5365
5338
|
font-weight: 600;
|
|
5366
5339
|
font-size: 14px;
|
|
5367
|
-
font-family: "
|
|
5340
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
5368
5341
|
line-height: 22px;
|
|
5369
5342
|
letter-spacing: -0.01em;
|
|
5370
5343
|
margin: 0;
|
|
@@ -6057,7 +6030,7 @@ a.condo-btn-secondary {
|
|
|
6057
6030
|
.condo-tag {
|
|
6058
6031
|
font-weight: 600;
|
|
6059
6032
|
font-size: 12px;
|
|
6060
|
-
font-family: "
|
|
6033
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
6061
6034
|
line-height: 20px;
|
|
6062
6035
|
letter-spacing: -0.01em;
|
|
6063
6036
|
margin: 0;
|
|
@@ -6150,7 +6123,7 @@ a.condo-btn-secondary {
|
|
|
6150
6123
|
margin: 0;
|
|
6151
6124
|
font-weight: 400;
|
|
6152
6125
|
font-size: 16px;
|
|
6153
|
-
font-family: "
|
|
6126
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
6154
6127
|
line-height: 24px;
|
|
6155
6128
|
letter-spacing: -0.01em;
|
|
6156
6129
|
}
|
|
@@ -6179,7 +6152,7 @@ a.condo-btn-secondary {
|
|
|
6179
6152
|
border-bottom: 1px solid #e1e5ed;
|
|
6180
6153
|
font-weight: 600;
|
|
6181
6154
|
font-size: 12px;
|
|
6182
|
-
font-family: "
|
|
6155
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
6183
6156
|
line-height: 20px;
|
|
6184
6157
|
letter-spacing: -0.01em;
|
|
6185
6158
|
margin: 0;
|
|
@@ -6190,7 +6163,7 @@ a.condo-btn-secondary {
|
|
|
6190
6163
|
margin: 0;
|
|
6191
6164
|
font-weight: 400;
|
|
6192
6165
|
font-size: 14px;
|
|
6193
|
-
font-family: "
|
|
6166
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
6194
6167
|
line-height: 22px;
|
|
6195
6168
|
letter-spacing: -0.01em;
|
|
6196
6169
|
}
|
|
@@ -7191,7 +7164,7 @@ span.condo-radio + * {
|
|
|
7191
7164
|
.condo-radio-group.condo-radio-button > .condo-radio-button-wrapper .condo-typography {
|
|
7192
7165
|
font-weight: 600;
|
|
7193
7166
|
font-size: 14px;
|
|
7194
|
-
font-family: "
|
|
7167
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
7195
7168
|
line-height: 22px;
|
|
7196
7169
|
letter-spacing: -0.01em;
|
|
7197
7170
|
margin: 0;
|
|
@@ -8065,7 +8038,7 @@ span.condo-radio + * {
|
|
|
8065
8038
|
margin: 0;
|
|
8066
8039
|
font-weight: 400;
|
|
8067
8040
|
font-size: 16px;
|
|
8068
|
-
font-family: "
|
|
8041
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
8069
8042
|
line-height: 24px;
|
|
8070
8043
|
letter-spacing: -0.01em;
|
|
8071
8044
|
color: #222;
|
|
@@ -8075,7 +8048,7 @@ span.condo-radio + * {
|
|
|
8075
8048
|
margin: 0;
|
|
8076
8049
|
font-weight: 400;
|
|
8077
8050
|
font-size: 16px;
|
|
8078
|
-
font-family: "
|
|
8051
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
8079
8052
|
line-height: 24px;
|
|
8080
8053
|
letter-spacing: -0.01em;
|
|
8081
8054
|
display: inline-flex;
|
|
@@ -8107,7 +8080,7 @@ span.condo-radio + * {
|
|
|
8107
8080
|
margin: 0;
|
|
8108
8081
|
font-weight: 400;
|
|
8109
8082
|
font-size: 16px;
|
|
8110
|
-
font-family: "
|
|
8083
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
8111
8084
|
line-height: 24px;
|
|
8112
8085
|
letter-spacing: -0.01em;
|
|
8113
8086
|
flex: 1;
|
|
@@ -8218,7 +8191,7 @@ span.condo-radio + * {
|
|
|
8218
8191
|
margin: 0;
|
|
8219
8192
|
font-weight: 400;
|
|
8220
8193
|
font-size: 14px;
|
|
8221
|
-
font-family: "
|
|
8194
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
8222
8195
|
line-height: 22px;
|
|
8223
8196
|
letter-spacing: -0.01em;
|
|
8224
8197
|
overflow: hidden;
|
|
@@ -8239,7 +8212,7 @@ span.condo-radio + * {
|
|
|
8239
8212
|
margin: 0;
|
|
8240
8213
|
font-weight: 400;
|
|
8241
8214
|
font-size: 16px;
|
|
8242
|
-
font-family: "
|
|
8215
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
8243
8216
|
line-height: 24px;
|
|
8244
8217
|
letter-spacing: -0.01em;
|
|
8245
8218
|
}
|
|
@@ -8317,7 +8290,7 @@ span.condo-radio + * {
|
|
|
8317
8290
|
margin: 0;
|
|
8318
8291
|
font-weight: 400;
|
|
8319
8292
|
font-size: 12px;
|
|
8320
|
-
font-family: "
|
|
8293
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
8321
8294
|
line-height: 20px;
|
|
8322
8295
|
letter-spacing: -0.01em;
|
|
8323
8296
|
}
|
|
@@ -8325,7 +8298,7 @@ span.condo-radio + * {
|
|
|
8325
8298
|
margin: 0;
|
|
8326
8299
|
font-weight: 400;
|
|
8327
8300
|
font-size: 14px;
|
|
8328
|
-
font-family: "
|
|
8301
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
8329
8302
|
line-height: 22px;
|
|
8330
8303
|
letter-spacing: -0.01em;
|
|
8331
8304
|
}
|
|
@@ -9028,7 +9001,7 @@ span.condo-radio + * {
|
|
|
9028
9001
|
.condo-tabs-tab-btn {
|
|
9029
9002
|
font-weight: 600;
|
|
9030
9003
|
font-size: 16px;
|
|
9031
|
-
font-family: "
|
|
9004
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
9032
9005
|
line-height: 24px;
|
|
9033
9006
|
letter-spacing: -0.01em;
|
|
9034
9007
|
margin: 0;
|
|
@@ -9074,7 +9047,7 @@ span.condo-radio + * {
|
|
|
9074
9047
|
color: #707695;
|
|
9075
9048
|
font-weight: 600;
|
|
9076
9049
|
font-size: 14px;
|
|
9077
|
-
font-family: "
|
|
9050
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
9078
9051
|
line-height: 22px;
|
|
9079
9052
|
letter-spacing: -0.01em;
|
|
9080
9053
|
margin: 0;
|
|
@@ -9360,7 +9333,7 @@ span.condo-radio + * {
|
|
|
9360
9333
|
padding: 12px;
|
|
9361
9334
|
color: #222;
|
|
9362
9335
|
font-size: 12px;
|
|
9363
|
-
font-family: "
|
|
9336
|
+
font-family: "Wix Madefor Display", var(--condo-font-fallback);
|
|
9364
9337
|
line-height: 20px;
|
|
9365
9338
|
background-color: #fff;
|
|
9366
9339
|
border-radius: 12px;
|