create-plasmic-app 0.0.152 → 0.0.154
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/cpa-out/nextjs-app-codegen-js/app/layout.jsx +1 -0
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx +11 -12
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +15 -16
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPageServer.jsx +1 -1
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +11 -16
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +1 -2
- package/cpa-out/nextjs-app-codegen-js/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +73 -73
- package/cpa-out/nextjs-app-codegen-js/package.json +4 -4
- package/cpa-out/nextjs-app-codegen-js/plasmic.json +4 -4
- package/cpa-out/nextjs-app-codegen-ts/app/layout.tsx +1 -0
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx +11 -12
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +15 -16
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPageServer.tsx +1 -1
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +11 -16
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +0 -1
- package/cpa-out/nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +1 -3
- package/cpa-out/{nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/plasmic.module.css → nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/plasmic.css} +73 -73
- package/cpa-out/nextjs-app-codegen-ts/package.json +4 -4
- package/cpa-out/nextjs-app-codegen-ts/plasmic.json +4 -4
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicButton.jsx +11 -12
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +15 -16
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +11 -16
- package/cpa-out/nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +1 -2
- package/cpa-out/{nextjs-app-codegen-ts/components/plasmic/create_plasmic_app/plasmic.module.css → nextjs-pages-codegen-js/components/plasmic/create_plasmic_app/plasmic.css} +73 -73
- package/cpa-out/nextjs-pages-codegen-js/package.json +4 -4
- package/cpa-out/nextjs-pages-codegen-js/pages/_app.jsx +1 -0
- package/cpa-out/nextjs-pages-codegen-js/plasmic.json +4 -4
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicButton.tsx +11 -12
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +15 -16
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +11 -16
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +0 -1
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +1 -3
- package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/create_plasmic_app/{plasmic.module.css → plasmic.css} +73 -73
- package/cpa-out/nextjs-pages-codegen-ts/package.json +4 -4
- package/cpa-out/nextjs-pages-codegen-ts/pages/_app.tsx +1 -0
- package/cpa-out/nextjs-pages-codegen-ts/plasmic.json +4 -4
- package/cpa-out/react-codegen-js/package.json +2 -2
- package/cpa-out/react-codegen-js/plasmic.json +4 -4
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicButton.jsx +12 -12
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.jsx +16 -16
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicHomepage.jsx +12 -16
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.jsx +1 -0
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.jsx +2 -2
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/plasmic.css +702 -0
- package/cpa-out/react-codegen-ts/package.json +2 -2
- package/cpa-out/react-codegen-ts/plasmic.json +4 -4
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicButton.tsx +12 -12
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicDynamicPage.tsx +16 -16
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicHomepage.tsx +12 -16
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicRandomDynamicPageButton.tsx +1 -1
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/PlasmicStyleTokensProvider.tsx +2 -2
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/plasmic.css +702 -0
- package/dist/nextjs/nextjs.js +50 -8
- package/dist/nextjs/templates/app-codegen/layout.d.ts +2 -2
- package/dist/nextjs/templates/app-codegen/layout.js +8 -2
- package/dist/nextjs/templates/pages-codegen/app.d.ts +2 -2
- package/dist/nextjs/templates/pages-codegen/app.js +8 -2
- package/dist/utils/types.d.ts +4 -0
- package/package.json +3 -3
- package/src/nextjs/nextjs.ts +76 -17
- package/src/nextjs/templates/app-codegen/layout.ts +16 -3
- package/src/nextjs/templates/pages-codegen/app.ts +16 -3
- package/src/utils/types.ts +5 -0
- package/cpa-out/react-codegen-js/src/components/plasmic/create_plasmic_app/plasmic.module.css +0 -702
- package/cpa-out/react-codegen-ts/src/components/plasmic/create_plasmic_app/plasmic.module.css +0 -702
- /package/cpa-out/nextjs-app-codegen-js/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/nextjs-app-codegen-ts/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/nextjs-pages-codegen-js/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/nextjs-pages-codegen-ts/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/react-codegen-js/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
- /package/cpa-out/react-codegen-ts/src/components/plasmic/{plasmic__default_style.module.css → plasmic__default_style.css} +0 -0
|
@@ -0,0 +1,702 @@
|
|
|
1
|
+
@import url("https://fonts.googleapis.com/css2?family=Inter%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C900&family=Inconsolata%3Aital%2Cwght%400%2C400%3B0%2C500%3B0%2C600%3B0%2C700%3B0%2C900&display=swap");
|
|
2
|
+
|
|
3
|
+
.plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3 {
|
|
4
|
+
--token-Tker7_vSXsP_: #777777;
|
|
5
|
+
--plasmic-token-foreground: var(--token-Tker7_vSXsP_);
|
|
6
|
+
}
|
|
7
|
+
|
|
8
|
+
.plasmic_tokens_47tFXWjN2C4NyHFGGpaYQ3 {
|
|
9
|
+
--plsmc-standard-width: 800px;
|
|
10
|
+
--plsmc-wide-width: 1280px;
|
|
11
|
+
--plsmc-viewport-gap: 16px;
|
|
12
|
+
--plsmc-wide-chunk: calc(
|
|
13
|
+
((var(--plsmc-wide-width) - var(--plsmc-standard-width)) / 2) -
|
|
14
|
+
var(--plsmc-viewport-gap)
|
|
15
|
+
);
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
.plasmic_default_styles {
|
|
19
|
+
--mixin-prihNuSPt-kU_font-family: "Inter", sans-serif;
|
|
20
|
+
--mixin-prihNuSPt-kU_font-size: 16px;
|
|
21
|
+
--mixin-prihNuSPt-kU_font-weight: 400;
|
|
22
|
+
--mixin-prihNuSPt-kU_font-style: normal;
|
|
23
|
+
--mixin-prihNuSPt-kU_color: var(--token-Tker7_vSXsP_);
|
|
24
|
+
--mixin-prihNuSPt-kU_text-align: left;
|
|
25
|
+
--mixin-prihNuSPt-kU_text-transform: none;
|
|
26
|
+
--mixin-prihNuSPt-kU_line-height: 1.5;
|
|
27
|
+
--mixin-prihNuSPt-kU_letter-spacing: normal;
|
|
28
|
+
--mixin-prihNuSPt-kU_white-space: pre-wrap;
|
|
29
|
+
--mixin-prihNuSPt-kU_user-select: text;
|
|
30
|
+
--mixin-prihNuSPt-kU_text-decoration-line: none;
|
|
31
|
+
--mixin-prihNuSPt-kU_text-overflow: clip;
|
|
32
|
+
--mixin-pKcLzBwr6rlS_font-size: 24px;
|
|
33
|
+
--mixin-pKcLzBwr6rlS_font-weight: 600;
|
|
34
|
+
--mixin-pKcLzBwr6rlS_letter-spacing: -0.5px;
|
|
35
|
+
--mixin-pKcLzBwr6rlS_line-height: 1.3;
|
|
36
|
+
--mixin-pKcLzBwr6rlS_white-space: pre-wrap;
|
|
37
|
+
--mixin-Q3MZaojcv1qw_font-size: 20px;
|
|
38
|
+
--mixin-Q3MZaojcv1qw_font-weight: 600;
|
|
39
|
+
--mixin-Q3MZaojcv1qw_letter-spacing: -0.3px;
|
|
40
|
+
--mixin-Q3MZaojcv1qw_line-height: 1.5;
|
|
41
|
+
--mixin-Q3MZaojcv1qw_white-space: pre-wrap;
|
|
42
|
+
--mixin-WQN-U7Y-Mt0i_font-size: 16px;
|
|
43
|
+
--mixin-WQN-U7Y-Mt0i_font-weight: 600;
|
|
44
|
+
--mixin-WQN-U7Y-Mt0i_line-height: 1.5;
|
|
45
|
+
--mixin-WQN-U7Y-Mt0i_white-space: pre-wrap;
|
|
46
|
+
--mixin-_NIhBtBbqybq_color: #0070f3;
|
|
47
|
+
--mixin-_NIhBtBbqybq_white-space: pre-wrap;
|
|
48
|
+
--mixin-5965DRLFNjWi_border-left-color: #dddddd;
|
|
49
|
+
--mixin-5965DRLFNjWi_border-left-style: solid;
|
|
50
|
+
--mixin-5965DRLFNjWi_border-left-width: 3px;
|
|
51
|
+
--mixin-5965DRLFNjWi_color: #888888;
|
|
52
|
+
--mixin-5965DRLFNjWi_padding-left: 10px;
|
|
53
|
+
--mixin-5965DRLFNjWi_white-space: pre-wrap;
|
|
54
|
+
--mixin-_J1_6dhZex0j_font-size: 72px;
|
|
55
|
+
--mixin-_J1_6dhZex0j_font-weight: 900;
|
|
56
|
+
--mixin-_J1_6dhZex0j_letter-spacing: -4px;
|
|
57
|
+
--mixin-_J1_6dhZex0j_line-height: 1;
|
|
58
|
+
--mixin-_J1_6dhZex0j_white-space: pre-wrap;
|
|
59
|
+
--mixin-tyWR-eqFmXa2R_font-size: 48px;
|
|
60
|
+
--mixin-tyWR-eqFmXa2R_font-weight: 700;
|
|
61
|
+
--mixin-tyWR-eqFmXa2R_letter-spacing: -1px;
|
|
62
|
+
--mixin-tyWR-eqFmXa2R_line-height: 1.1;
|
|
63
|
+
--mixin-tyWR-eqFmXa2R_white-space: pre-wrap;
|
|
64
|
+
--mixin-VSfYlZt0xLESb_font-size: 32px;
|
|
65
|
+
--mixin-VSfYlZt0xLESb_font-weight: 600;
|
|
66
|
+
--mixin-VSfYlZt0xLESb_letter-spacing: -0.8px;
|
|
67
|
+
--mixin-VSfYlZt0xLESb_line-height: 1.2;
|
|
68
|
+
--mixin-VSfYlZt0xLESb_white-space: pre-wrap;
|
|
69
|
+
--mixin-2Dy3yomrqskwe_background: linear-gradient(#f8f8f8, #f8f8f8);
|
|
70
|
+
--mixin-2Dy3yomrqskwe_border-bottom-color: #dddddd;
|
|
71
|
+
--mixin-2Dy3yomrqskwe_border-bottom-style: solid;
|
|
72
|
+
--mixin-2Dy3yomrqskwe_border-bottom-width: 1px;
|
|
73
|
+
--mixin-2Dy3yomrqskwe_border-left-color: #dddddd;
|
|
74
|
+
--mixin-2Dy3yomrqskwe_border-left-style: solid;
|
|
75
|
+
--mixin-2Dy3yomrqskwe_border-left-width: 1px;
|
|
76
|
+
--mixin-2Dy3yomrqskwe_border-right-color: #dddddd;
|
|
77
|
+
--mixin-2Dy3yomrqskwe_border-right-style: solid;
|
|
78
|
+
--mixin-2Dy3yomrqskwe_border-right-width: 1px;
|
|
79
|
+
--mixin-2Dy3yomrqskwe_border-top-color: #dddddd;
|
|
80
|
+
--mixin-2Dy3yomrqskwe_border-top-style: solid;
|
|
81
|
+
--mixin-2Dy3yomrqskwe_border-top-width: 1px;
|
|
82
|
+
--mixin-2Dy3yomrqskwe_border-bottom-left-radius: 3px;
|
|
83
|
+
--mixin-2Dy3yomrqskwe_border-bottom-right-radius: 3px;
|
|
84
|
+
--mixin-2Dy3yomrqskwe_border-top-left-radius: 3px;
|
|
85
|
+
--mixin-2Dy3yomrqskwe_border-top-right-radius: 3px;
|
|
86
|
+
--mixin-2Dy3yomrqskwe_font-family: "Inconsolata";
|
|
87
|
+
--mixin-2Dy3yomrqskwe_padding-bottom: 1px;
|
|
88
|
+
--mixin-2Dy3yomrqskwe_padding-left: 4px;
|
|
89
|
+
--mixin-2Dy3yomrqskwe_padding-right: 4px;
|
|
90
|
+
--mixin-2Dy3yomrqskwe_padding-top: 1px;
|
|
91
|
+
--mixin-2Dy3yomrqskwe_white-space: pre-wrap;
|
|
92
|
+
--mixin-0u7VwjXF8Kvpe_background: linear-gradient(#f8f8f8, #f8f8f8);
|
|
93
|
+
--mixin-0u7VwjXF8Kvpe_border-bottom-color: #dddddd;
|
|
94
|
+
--mixin-0u7VwjXF8Kvpe_border-bottom-style: solid;
|
|
95
|
+
--mixin-0u7VwjXF8Kvpe_border-bottom-width: 1px;
|
|
96
|
+
--mixin-0u7VwjXF8Kvpe_border-left-color: #dddddd;
|
|
97
|
+
--mixin-0u7VwjXF8Kvpe_border-left-style: solid;
|
|
98
|
+
--mixin-0u7VwjXF8Kvpe_border-left-width: 1px;
|
|
99
|
+
--mixin-0u7VwjXF8Kvpe_border-right-color: #dddddd;
|
|
100
|
+
--mixin-0u7VwjXF8Kvpe_border-right-style: solid;
|
|
101
|
+
--mixin-0u7VwjXF8Kvpe_border-right-width: 1px;
|
|
102
|
+
--mixin-0u7VwjXF8Kvpe_border-top-color: #dddddd;
|
|
103
|
+
--mixin-0u7VwjXF8Kvpe_border-top-style: solid;
|
|
104
|
+
--mixin-0u7VwjXF8Kvpe_border-top-width: 1px;
|
|
105
|
+
--mixin-0u7VwjXF8Kvpe_border-bottom-left-radius: 3px;
|
|
106
|
+
--mixin-0u7VwjXF8Kvpe_border-bottom-right-radius: 3px;
|
|
107
|
+
--mixin-0u7VwjXF8Kvpe_border-top-left-radius: 3px;
|
|
108
|
+
--mixin-0u7VwjXF8Kvpe_border-top-right-radius: 3px;
|
|
109
|
+
--mixin-0u7VwjXF8Kvpe_font-family: "Inconsolata";
|
|
110
|
+
--mixin-0u7VwjXF8Kvpe_padding-bottom: 3px;
|
|
111
|
+
--mixin-0u7VwjXF8Kvpe_padding-left: 6px;
|
|
112
|
+
--mixin-0u7VwjXF8Kvpe_padding-right: 6px;
|
|
113
|
+
--mixin-0u7VwjXF8Kvpe_padding-top: 3px;
|
|
114
|
+
--mixin-0u7VwjXF8Kvpe_white-space: pre-wrap;
|
|
115
|
+
--mixin-D70_omI9mm34j_display: flex;
|
|
116
|
+
--mixin-D70_omI9mm34j_flex-direction: column;
|
|
117
|
+
--mixin-D70_omI9mm34j_align-items: stretch;
|
|
118
|
+
--mixin-D70_omI9mm34j_justify-content: flex-start;
|
|
119
|
+
--mixin-D70_omI9mm34j_list-style-position: outside;
|
|
120
|
+
--mixin-D70_omI9mm34j_padding-left: 40px;
|
|
121
|
+
--mixin-D70_omI9mm34j_position: relative;
|
|
122
|
+
--mixin-D70_omI9mm34j_list-style-type: decimal;
|
|
123
|
+
--mixin-D70_omI9mm34j_white-space: pre-wrap;
|
|
124
|
+
--mixin-6zRO9vzPQi4g5_display: flex;
|
|
125
|
+
--mixin-6zRO9vzPQi4g5_flex-direction: column;
|
|
126
|
+
--mixin-6zRO9vzPQi4g5_align-items: stretch;
|
|
127
|
+
--mixin-6zRO9vzPQi4g5_justify-content: flex-start;
|
|
128
|
+
--mixin-6zRO9vzPQi4g5_list-style-position: outside;
|
|
129
|
+
--mixin-6zRO9vzPQi4g5_padding-left: 40px;
|
|
130
|
+
--mixin-6zRO9vzPQi4g5_position: relative;
|
|
131
|
+
--mixin-6zRO9vzPQi4g5_list-style-type: disc;
|
|
132
|
+
--mixin-6zRO9vzPQi4g5_white-space: pre-wrap;
|
|
133
|
+
--mixin-u1gAzUhZSVyWj_color: #3291ff;
|
|
134
|
+
--mixin-u1gAzUhZSVyWj_white-space: pre-wrap;
|
|
135
|
+
--mixin-pF32gW-YG_white-space: pre-wrap;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
:where(.all) {
|
|
139
|
+
display: block;
|
|
140
|
+
white-space: inherit;
|
|
141
|
+
grid-row: auto;
|
|
142
|
+
grid-column: auto;
|
|
143
|
+
position: relative;
|
|
144
|
+
background: none;
|
|
145
|
+
background-size: 100% 100%;
|
|
146
|
+
background-repeat: no-repeat;
|
|
147
|
+
row-gap: 0px;
|
|
148
|
+
column-gap: 0px;
|
|
149
|
+
box-shadow: none;
|
|
150
|
+
box-sizing: border-box;
|
|
151
|
+
text-decoration-line: none;
|
|
152
|
+
margin: 0;
|
|
153
|
+
border-width: 0px;
|
|
154
|
+
}
|
|
155
|
+
:where(.__wab_expr_html_text *) {
|
|
156
|
+
white-space: inherit;
|
|
157
|
+
grid-row: auto;
|
|
158
|
+
grid-column: auto;
|
|
159
|
+
background: none;
|
|
160
|
+
background-size: 100% 100%;
|
|
161
|
+
background-repeat: no-repeat;
|
|
162
|
+
row-gap: 0px;
|
|
163
|
+
column-gap: 0px;
|
|
164
|
+
box-shadow: none;
|
|
165
|
+
box-sizing: border-box;
|
|
166
|
+
margin: 0;
|
|
167
|
+
border-width: 0px;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
:where(.img) {
|
|
171
|
+
display: inline-block;
|
|
172
|
+
}
|
|
173
|
+
:where(.__wab_expr_html_text img) {
|
|
174
|
+
white-space: inherit;
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
:where(.li) {
|
|
178
|
+
display: list-item;
|
|
179
|
+
}
|
|
180
|
+
:where(.__wab_expr_html_text li) {
|
|
181
|
+
white-space: inherit;
|
|
182
|
+
}
|
|
183
|
+
|
|
184
|
+
:where(.span) {
|
|
185
|
+
display: inline;
|
|
186
|
+
position: static;
|
|
187
|
+
font-family: inherit;
|
|
188
|
+
line-height: inherit;
|
|
189
|
+
font-size: inherit;
|
|
190
|
+
font-style: inherit;
|
|
191
|
+
font-weight: inherit;
|
|
192
|
+
color: inherit;
|
|
193
|
+
text-transform: inherit;
|
|
194
|
+
}
|
|
195
|
+
:where(.__wab_expr_html_text span) {
|
|
196
|
+
white-space: inherit;
|
|
197
|
+
font-family: inherit;
|
|
198
|
+
line-height: inherit;
|
|
199
|
+
font-size: inherit;
|
|
200
|
+
font-style: inherit;
|
|
201
|
+
font-weight: inherit;
|
|
202
|
+
color: inherit;
|
|
203
|
+
text-transform: inherit;
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
:where(.input) {
|
|
207
|
+
font-family: inherit;
|
|
208
|
+
line-height: inherit;
|
|
209
|
+
font-size: inherit;
|
|
210
|
+
font-style: inherit;
|
|
211
|
+
font-weight: inherit;
|
|
212
|
+
color: inherit;
|
|
213
|
+
text-transform: inherit;
|
|
214
|
+
background-image: linear-gradient(#ffffff, #ffffff);
|
|
215
|
+
padding: 2px;
|
|
216
|
+
border: 1px solid lightgray;
|
|
217
|
+
}
|
|
218
|
+
:where(.__wab_expr_html_text input) {
|
|
219
|
+
white-space: inherit;
|
|
220
|
+
font-family: inherit;
|
|
221
|
+
line-height: inherit;
|
|
222
|
+
font-size: inherit;
|
|
223
|
+
font-style: inherit;
|
|
224
|
+
font-weight: inherit;
|
|
225
|
+
color: inherit;
|
|
226
|
+
text-transform: inherit;
|
|
227
|
+
background-image: linear-gradient(#ffffff, #ffffff);
|
|
228
|
+
padding: 2px;
|
|
229
|
+
border: 1px solid lightgray;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
:where(.textarea) {
|
|
233
|
+
font-family: inherit;
|
|
234
|
+
line-height: inherit;
|
|
235
|
+
font-size: inherit;
|
|
236
|
+
font-style: inherit;
|
|
237
|
+
font-weight: inherit;
|
|
238
|
+
color: inherit;
|
|
239
|
+
text-transform: inherit;
|
|
240
|
+
padding: 2px;
|
|
241
|
+
border: 1px solid lightgray;
|
|
242
|
+
}
|
|
243
|
+
:where(.__wab_expr_html_text textarea) {
|
|
244
|
+
white-space: inherit;
|
|
245
|
+
font-family: inherit;
|
|
246
|
+
line-height: inherit;
|
|
247
|
+
font-size: inherit;
|
|
248
|
+
font-style: inherit;
|
|
249
|
+
font-weight: inherit;
|
|
250
|
+
color: inherit;
|
|
251
|
+
text-transform: inherit;
|
|
252
|
+
padding: 2px;
|
|
253
|
+
border: 1px solid lightgray;
|
|
254
|
+
}
|
|
255
|
+
|
|
256
|
+
:where(.button) {
|
|
257
|
+
font-family: inherit;
|
|
258
|
+
line-height: inherit;
|
|
259
|
+
font-size: inherit;
|
|
260
|
+
font-style: inherit;
|
|
261
|
+
font-weight: inherit;
|
|
262
|
+
color: inherit;
|
|
263
|
+
text-transform: inherit;
|
|
264
|
+
background-image: none;
|
|
265
|
+
align-items: flex-start;
|
|
266
|
+
text-align: center;
|
|
267
|
+
padding: 2px 6px;
|
|
268
|
+
border: 1px solid lightgray;
|
|
269
|
+
}
|
|
270
|
+
:where(.__wab_expr_html_text button) {
|
|
271
|
+
white-space: inherit;
|
|
272
|
+
font-family: inherit;
|
|
273
|
+
line-height: inherit;
|
|
274
|
+
font-size: inherit;
|
|
275
|
+
font-style: inherit;
|
|
276
|
+
font-weight: inherit;
|
|
277
|
+
color: inherit;
|
|
278
|
+
text-transform: inherit;
|
|
279
|
+
background-image: none;
|
|
280
|
+
align-items: flex-start;
|
|
281
|
+
text-align: center;
|
|
282
|
+
padding: 2px 6px;
|
|
283
|
+
border: 1px solid lightgray;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
:where(.code) {
|
|
287
|
+
font-family: inherit;
|
|
288
|
+
line-height: inherit;
|
|
289
|
+
}
|
|
290
|
+
:where(.__wab_expr_html_text code) {
|
|
291
|
+
white-space: inherit;
|
|
292
|
+
font-family: inherit;
|
|
293
|
+
line-height: inherit;
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
:where(.pre) {
|
|
297
|
+
font-family: inherit;
|
|
298
|
+
line-height: inherit;
|
|
299
|
+
}
|
|
300
|
+
:where(.__wab_expr_html_text pre) {
|
|
301
|
+
white-space: inherit;
|
|
302
|
+
font-family: inherit;
|
|
303
|
+
line-height: inherit;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
:where(.p) {
|
|
307
|
+
font-family: inherit;
|
|
308
|
+
line-height: inherit;
|
|
309
|
+
font-size: inherit;
|
|
310
|
+
font-style: inherit;
|
|
311
|
+
font-weight: inherit;
|
|
312
|
+
color: inherit;
|
|
313
|
+
text-transform: inherit;
|
|
314
|
+
}
|
|
315
|
+
:where(.__wab_expr_html_text p) {
|
|
316
|
+
white-space: inherit;
|
|
317
|
+
font-family: inherit;
|
|
318
|
+
line-height: inherit;
|
|
319
|
+
font-size: inherit;
|
|
320
|
+
font-style: inherit;
|
|
321
|
+
font-weight: inherit;
|
|
322
|
+
color: inherit;
|
|
323
|
+
text-transform: inherit;
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
:where(.i) {
|
|
327
|
+
font-family: inherit;
|
|
328
|
+
line-height: inherit;
|
|
329
|
+
font-size: inherit;
|
|
330
|
+
font-weight: inherit;
|
|
331
|
+
color: inherit;
|
|
332
|
+
text-transform: inherit;
|
|
333
|
+
}
|
|
334
|
+
:where(.__wab_expr_html_text i) {
|
|
335
|
+
white-space: inherit;
|
|
336
|
+
font-family: inherit;
|
|
337
|
+
line-height: inherit;
|
|
338
|
+
font-size: inherit;
|
|
339
|
+
font-weight: inherit;
|
|
340
|
+
color: inherit;
|
|
341
|
+
text-transform: inherit;
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
:where(.em) {
|
|
345
|
+
font-family: inherit;
|
|
346
|
+
line-height: inherit;
|
|
347
|
+
font-size: inherit;
|
|
348
|
+
font-weight: inherit;
|
|
349
|
+
color: inherit;
|
|
350
|
+
text-transform: inherit;
|
|
351
|
+
}
|
|
352
|
+
:where(.__wab_expr_html_text em) {
|
|
353
|
+
white-space: inherit;
|
|
354
|
+
font-family: inherit;
|
|
355
|
+
line-height: inherit;
|
|
356
|
+
font-size: inherit;
|
|
357
|
+
font-weight: inherit;
|
|
358
|
+
color: inherit;
|
|
359
|
+
text-transform: inherit;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
:where(.strong) {
|
|
363
|
+
font-family: inherit;
|
|
364
|
+
line-height: inherit;
|
|
365
|
+
font-size: inherit;
|
|
366
|
+
color: inherit;
|
|
367
|
+
text-transform: inherit;
|
|
368
|
+
}
|
|
369
|
+
:where(.__wab_expr_html_text strong) {
|
|
370
|
+
white-space: inherit;
|
|
371
|
+
font-family: inherit;
|
|
372
|
+
line-height: inherit;
|
|
373
|
+
font-size: inherit;
|
|
374
|
+
color: inherit;
|
|
375
|
+
text-transform: inherit;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
:where(.h1) {
|
|
379
|
+
font-size: inherit;
|
|
380
|
+
font-weight: inherit;
|
|
381
|
+
}
|
|
382
|
+
:where(.__wab_expr_html_text h1) {
|
|
383
|
+
white-space: inherit;
|
|
384
|
+
font-size: inherit;
|
|
385
|
+
font-weight: inherit;
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
:where(.h2) {
|
|
389
|
+
font-size: inherit;
|
|
390
|
+
font-weight: inherit;
|
|
391
|
+
}
|
|
392
|
+
:where(.__wab_expr_html_text h2) {
|
|
393
|
+
white-space: inherit;
|
|
394
|
+
font-size: inherit;
|
|
395
|
+
font-weight: inherit;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
:where(.h3) {
|
|
399
|
+
font-size: inherit;
|
|
400
|
+
font-weight: inherit;
|
|
401
|
+
}
|
|
402
|
+
:where(.__wab_expr_html_text h3) {
|
|
403
|
+
white-space: inherit;
|
|
404
|
+
font-size: inherit;
|
|
405
|
+
font-weight: inherit;
|
|
406
|
+
}
|
|
407
|
+
|
|
408
|
+
:where(.h4) {
|
|
409
|
+
font-size: inherit;
|
|
410
|
+
font-weight: inherit;
|
|
411
|
+
}
|
|
412
|
+
:where(.__wab_expr_html_text h4) {
|
|
413
|
+
white-space: inherit;
|
|
414
|
+
font-size: inherit;
|
|
415
|
+
font-weight: inherit;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
:where(.h5) {
|
|
419
|
+
font-size: inherit;
|
|
420
|
+
font-weight: inherit;
|
|
421
|
+
}
|
|
422
|
+
:where(.__wab_expr_html_text h5) {
|
|
423
|
+
white-space: inherit;
|
|
424
|
+
font-size: inherit;
|
|
425
|
+
font-weight: inherit;
|
|
426
|
+
}
|
|
427
|
+
|
|
428
|
+
:where(.h6) {
|
|
429
|
+
font-size: inherit;
|
|
430
|
+
font-weight: inherit;
|
|
431
|
+
}
|
|
432
|
+
:where(.__wab_expr_html_text h6) {
|
|
433
|
+
white-space: inherit;
|
|
434
|
+
font-size: inherit;
|
|
435
|
+
font-weight: inherit;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
:where(.address) {
|
|
439
|
+
font-style: inherit;
|
|
440
|
+
}
|
|
441
|
+
:where(.__wab_expr_html_text address) {
|
|
442
|
+
white-space: inherit;
|
|
443
|
+
font-style: inherit;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
:where(.a) {
|
|
447
|
+
color: inherit;
|
|
448
|
+
}
|
|
449
|
+
:where(.__wab_expr_html_text a) {
|
|
450
|
+
white-space: inherit;
|
|
451
|
+
color: inherit;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
:where(.ol) {
|
|
455
|
+
list-style-type: none;
|
|
456
|
+
padding: 0;
|
|
457
|
+
}
|
|
458
|
+
:where(.__wab_expr_html_text ol) {
|
|
459
|
+
white-space: inherit;
|
|
460
|
+
list-style-type: none;
|
|
461
|
+
padding: 0;
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
:where(.ul) {
|
|
465
|
+
list-style-type: none;
|
|
466
|
+
padding: 0;
|
|
467
|
+
}
|
|
468
|
+
:where(.__wab_expr_html_text ul) {
|
|
469
|
+
white-space: inherit;
|
|
470
|
+
list-style-type: none;
|
|
471
|
+
padding: 0;
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
:where(.select) {
|
|
475
|
+
padding: 2px 6px;
|
|
476
|
+
}
|
|
477
|
+
:where(.__wab_expr_html_text select) {
|
|
478
|
+
white-space: inherit;
|
|
479
|
+
padding: 2px 6px;
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
.plasmic_default__component_wrapper {
|
|
483
|
+
display: grid;
|
|
484
|
+
}
|
|
485
|
+
.plasmic_default__inline {
|
|
486
|
+
display: inline;
|
|
487
|
+
}
|
|
488
|
+
.plasmic_page_wrapper {
|
|
489
|
+
display: flex;
|
|
490
|
+
width: 100%;
|
|
491
|
+
min-height: 100vh;
|
|
492
|
+
align-items: stretch;
|
|
493
|
+
align-self: start;
|
|
494
|
+
}
|
|
495
|
+
.plasmic_page_wrapper > * {
|
|
496
|
+
height: auto !important;
|
|
497
|
+
}
|
|
498
|
+
.__wab_expr_html_text {
|
|
499
|
+
white-space: normal;
|
|
500
|
+
}
|
|
501
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) {
|
|
502
|
+
font-family: var(--mixin-prihNuSPt-kU_font-family);
|
|
503
|
+
font-size: var(--mixin-prihNuSPt-kU_font-size);
|
|
504
|
+
font-weight: var(--mixin-prihNuSPt-kU_font-weight);
|
|
505
|
+
font-style: var(--mixin-prihNuSPt-kU_font-style);
|
|
506
|
+
color: var(--mixin-prihNuSPt-kU_color);
|
|
507
|
+
text-align: var(--mixin-prihNuSPt-kU_text-align);
|
|
508
|
+
text-transform: var(--mixin-prihNuSPt-kU_text-transform);
|
|
509
|
+
line-height: var(--mixin-prihNuSPt-kU_line-height);
|
|
510
|
+
letter-spacing: var(--mixin-prihNuSPt-kU_letter-spacing);
|
|
511
|
+
white-space: var(--mixin-prihNuSPt-kU_white-space);
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h4:where(.h4__47tFX),
|
|
515
|
+
h4:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h4__47tFX),
|
|
516
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h4,
|
|
517
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h4,
|
|
518
|
+
h4:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
519
|
+
font-size: var(--mixin-pKcLzBwr6rlS_font-size);
|
|
520
|
+
font-weight: var(--mixin-pKcLzBwr6rlS_font-weight);
|
|
521
|
+
letter-spacing: var(--mixin-pKcLzBwr6rlS_letter-spacing);
|
|
522
|
+
line-height: var(--mixin-pKcLzBwr6rlS_line-height);
|
|
523
|
+
}
|
|
524
|
+
|
|
525
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h5:where(.h5__47tFX),
|
|
526
|
+
h5:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h5__47tFX),
|
|
527
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h5,
|
|
528
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h5,
|
|
529
|
+
h5:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
530
|
+
font-size: var(--mixin-Q3MZaojcv1qw_font-size);
|
|
531
|
+
font-weight: var(--mixin-Q3MZaojcv1qw_font-weight);
|
|
532
|
+
letter-spacing: var(--mixin-Q3MZaojcv1qw_letter-spacing);
|
|
533
|
+
line-height: var(--mixin-Q3MZaojcv1qw_line-height);
|
|
534
|
+
}
|
|
535
|
+
|
|
536
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h6:where(.h6__47tFX),
|
|
537
|
+
h6:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h6__47tFX),
|
|
538
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h6,
|
|
539
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h6,
|
|
540
|
+
h6:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
541
|
+
font-size: var(--mixin-WQN-U7Y-Mt0i_font-size);
|
|
542
|
+
font-weight: var(--mixin-WQN-U7Y-Mt0i_font-weight);
|
|
543
|
+
line-height: var(--mixin-WQN-U7Y-Mt0i_line-height);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) a:where(.a__47tFX),
|
|
547
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.a__47tFX),
|
|
548
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) a,
|
|
549
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) a,
|
|
550
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
551
|
+
color: var(--mixin-_NIhBtBbqybq_color);
|
|
552
|
+
}
|
|
553
|
+
|
|
554
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) blockquote:where(.blockquote__47tFX),
|
|
555
|
+
blockquote:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.blockquote__47tFX),
|
|
556
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) blockquote,
|
|
557
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) blockquote,
|
|
558
|
+
blockquote:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
559
|
+
color: var(--mixin-5965DRLFNjWi_color);
|
|
560
|
+
padding-left: var(--mixin-5965DRLFNjWi_padding-left);
|
|
561
|
+
border-left: var(--mixin-5965DRLFNjWi_border-left-width)
|
|
562
|
+
var(--mixin-5965DRLFNjWi_border-left-style)
|
|
563
|
+
var(--mixin-5965DRLFNjWi_border-left-color);
|
|
564
|
+
}
|
|
565
|
+
|
|
566
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h1:where(.h1__47tFX),
|
|
567
|
+
h1:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h1__47tFX),
|
|
568
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h1,
|
|
569
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h1,
|
|
570
|
+
h1:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
571
|
+
font-size: var(--mixin-_J1_6dhZex0j_font-size);
|
|
572
|
+
font-weight: var(--mixin-_J1_6dhZex0j_font-weight);
|
|
573
|
+
letter-spacing: var(--mixin-_J1_6dhZex0j_letter-spacing);
|
|
574
|
+
line-height: var(--mixin-_J1_6dhZex0j_line-height);
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h2:where(.h2__47tFX),
|
|
578
|
+
h2:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h2__47tFX),
|
|
579
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h2,
|
|
580
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h2,
|
|
581
|
+
h2:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
582
|
+
font-size: var(--mixin-tyWR-eqFmXa2R_font-size);
|
|
583
|
+
font-weight: var(--mixin-tyWR-eqFmXa2R_font-weight);
|
|
584
|
+
letter-spacing: var(--mixin-tyWR-eqFmXa2R_letter-spacing);
|
|
585
|
+
line-height: var(--mixin-tyWR-eqFmXa2R_line-height);
|
|
586
|
+
}
|
|
587
|
+
|
|
588
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) h3:where(.h3__47tFX),
|
|
589
|
+
h3:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.h3__47tFX),
|
|
590
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) h3,
|
|
591
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) h3,
|
|
592
|
+
h3:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
593
|
+
font-size: var(--mixin-VSfYlZt0xLESb_font-size);
|
|
594
|
+
font-weight: var(--mixin-VSfYlZt0xLESb_font-weight);
|
|
595
|
+
letter-spacing: var(--mixin-VSfYlZt0xLESb_letter-spacing);
|
|
596
|
+
line-height: var(--mixin-VSfYlZt0xLESb_line-height);
|
|
597
|
+
}
|
|
598
|
+
|
|
599
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) code:where(.code__47tFX),
|
|
600
|
+
code:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.code__47tFX),
|
|
601
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) code,
|
|
602
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) code,
|
|
603
|
+
code:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
604
|
+
background: #f8f8f8;
|
|
605
|
+
font-family: var(--mixin-2Dy3yomrqskwe_font-family);
|
|
606
|
+
border-radius: var(--mixin-2Dy3yomrqskwe_border-top-left-radius)
|
|
607
|
+
var(--mixin-2Dy3yomrqskwe_border-top-right-radius)
|
|
608
|
+
var(--mixin-2Dy3yomrqskwe_border-bottom-right-radius)
|
|
609
|
+
var(--mixin-2Dy3yomrqskwe_border-bottom-left-radius);
|
|
610
|
+
padding: var(--mixin-2Dy3yomrqskwe_padding-top)
|
|
611
|
+
var(--mixin-2Dy3yomrqskwe_padding-right)
|
|
612
|
+
var(--mixin-2Dy3yomrqskwe_padding-bottom)
|
|
613
|
+
var(--mixin-2Dy3yomrqskwe_padding-left);
|
|
614
|
+
border-top: var(--mixin-2Dy3yomrqskwe_border-top-width)
|
|
615
|
+
var(--mixin-2Dy3yomrqskwe_border-top-style)
|
|
616
|
+
var(--mixin-2Dy3yomrqskwe_border-top-color);
|
|
617
|
+
border-right: var(--mixin-2Dy3yomrqskwe_border-right-width)
|
|
618
|
+
var(--mixin-2Dy3yomrqskwe_border-right-style)
|
|
619
|
+
var(--mixin-2Dy3yomrqskwe_border-right-color);
|
|
620
|
+
border-bottom: var(--mixin-2Dy3yomrqskwe_border-bottom-width)
|
|
621
|
+
var(--mixin-2Dy3yomrqskwe_border-bottom-style)
|
|
622
|
+
var(--mixin-2Dy3yomrqskwe_border-bottom-color);
|
|
623
|
+
border-left: var(--mixin-2Dy3yomrqskwe_border-left-width)
|
|
624
|
+
var(--mixin-2Dy3yomrqskwe_border-left-style)
|
|
625
|
+
var(--mixin-2Dy3yomrqskwe_border-left-color);
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) pre:where(.pre__47tFX),
|
|
629
|
+
pre:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.pre__47tFX),
|
|
630
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) pre,
|
|
631
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) pre,
|
|
632
|
+
pre:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
633
|
+
background: #f8f8f8;
|
|
634
|
+
font-family: var(--mixin-0u7VwjXF8Kvpe_font-family);
|
|
635
|
+
border-radius: var(--mixin-0u7VwjXF8Kvpe_border-top-left-radius)
|
|
636
|
+
var(--mixin-0u7VwjXF8Kvpe_border-top-right-radius)
|
|
637
|
+
var(--mixin-0u7VwjXF8Kvpe_border-bottom-right-radius)
|
|
638
|
+
var(--mixin-0u7VwjXF8Kvpe_border-bottom-left-radius);
|
|
639
|
+
padding: var(--mixin-0u7VwjXF8Kvpe_padding-top)
|
|
640
|
+
var(--mixin-0u7VwjXF8Kvpe_padding-right)
|
|
641
|
+
var(--mixin-0u7VwjXF8Kvpe_padding-bottom)
|
|
642
|
+
var(--mixin-0u7VwjXF8Kvpe_padding-left);
|
|
643
|
+
border-top: var(--mixin-0u7VwjXF8Kvpe_border-top-width)
|
|
644
|
+
var(--mixin-0u7VwjXF8Kvpe_border-top-style)
|
|
645
|
+
var(--mixin-0u7VwjXF8Kvpe_border-top-color);
|
|
646
|
+
border-right: var(--mixin-0u7VwjXF8Kvpe_border-right-width)
|
|
647
|
+
var(--mixin-0u7VwjXF8Kvpe_border-right-style)
|
|
648
|
+
var(--mixin-0u7VwjXF8Kvpe_border-right-color);
|
|
649
|
+
border-bottom: var(--mixin-0u7VwjXF8Kvpe_border-bottom-width)
|
|
650
|
+
var(--mixin-0u7VwjXF8Kvpe_border-bottom-style)
|
|
651
|
+
var(--mixin-0u7VwjXF8Kvpe_border-bottom-color);
|
|
652
|
+
border-left: var(--mixin-0u7VwjXF8Kvpe_border-left-width)
|
|
653
|
+
var(--mixin-0u7VwjXF8Kvpe_border-left-style)
|
|
654
|
+
var(--mixin-0u7VwjXF8Kvpe_border-left-color);
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) ol:where(.ol__47tFX),
|
|
658
|
+
ol:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.ol__47tFX),
|
|
659
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) ol,
|
|
660
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) ol,
|
|
661
|
+
ol:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
662
|
+
display: var(--mixin-D70_omI9mm34j_display);
|
|
663
|
+
flex-direction: var(--mixin-D70_omI9mm34j_flex-direction);
|
|
664
|
+
align-items: var(--mixin-D70_omI9mm34j_align-items);
|
|
665
|
+
justify-content: var(--mixin-D70_omI9mm34j_justify-content);
|
|
666
|
+
list-style-position: var(--mixin-D70_omI9mm34j_list-style-position);
|
|
667
|
+
padding-left: var(--mixin-D70_omI9mm34j_padding-left);
|
|
668
|
+
position: var(--mixin-D70_omI9mm34j_position);
|
|
669
|
+
list-style-type: var(--mixin-D70_omI9mm34j_list-style-type);
|
|
670
|
+
column-gap: var(--mixin-D70_omI9mm34j_column-gap);
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) ul:where(.ul__47tFX),
|
|
674
|
+
ul:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.ul__47tFX),
|
|
675
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) ul,
|
|
676
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) ul,
|
|
677
|
+
ul:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
678
|
+
display: var(--mixin-6zRO9vzPQi4g5_display);
|
|
679
|
+
flex-direction: var(--mixin-6zRO9vzPQi4g5_flex-direction);
|
|
680
|
+
align-items: var(--mixin-6zRO9vzPQi4g5_align-items);
|
|
681
|
+
justify-content: var(--mixin-6zRO9vzPQi4g5_justify-content);
|
|
682
|
+
list-style-position: var(--mixin-6zRO9vzPQi4g5_list-style-position);
|
|
683
|
+
padding-left: var(--mixin-6zRO9vzPQi4g5_padding-left);
|
|
684
|
+
position: var(--mixin-6zRO9vzPQi4g5_position);
|
|
685
|
+
list-style-type: var(--mixin-6zRO9vzPQi4g5_list-style-type);
|
|
686
|
+
column-gap: var(--mixin-6zRO9vzPQi4g5_column-gap);
|
|
687
|
+
}
|
|
688
|
+
|
|
689
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) a:where(.a__47tFX):hover,
|
|
690
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.a__47tFX):hover,
|
|
691
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) a:hover,
|
|
692
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) a:hover,
|
|
693
|
+
a:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags):hover {
|
|
694
|
+
color: var(--mixin-u1gAzUhZSVyWj_color);
|
|
695
|
+
}
|
|
696
|
+
|
|
697
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3) li:where(.li__47tFX),
|
|
698
|
+
li:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3.li__47tFX),
|
|
699
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3 .__wab_expr_html_text) li,
|
|
700
|
+
:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) li,
|
|
701
|
+
li:where(.root_reset_47tFXWjN2C4NyHFGGpaYQ3_tags) {
|
|
702
|
+
}
|