@crediblemark/build 0.22.2 → 0.22.7
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/README.md +1 -5
- package/dist/ArrayField-EPM4TV3J.mjs +538 -0
- package/dist/ArrayField-ZD5UTLNU.css +1216 -0
- package/dist/{Editor-XZF6CWVW.css → Editor-E7FALXHL.css} +7 -7
- package/dist/{Editor-ZC67OU2A.mjs → Editor-L674TD7T.mjs} +16 -18
- package/dist/ObjectField-MW3SSNKI.mjs +87 -0
- package/dist/ObjectField-SQKROKJM.css +1216 -0
- package/dist/{Render-WCX4AXOX.css → Render-JDXVKZXN.css} +1 -1
- package/dist/{Render-JBFI6HYN.mjs → Render-WP5OOTBB.mjs} +4 -7
- package/dist/chunk-2JUMF5G3.mjs +1145 -0
- package/dist/{chunk-VGDMWS44.mjs → chunk-4PJ4QMWI.mjs} +4 -25
- package/dist/{chunk-3AJBFQU4.mjs → chunk-64A37UUC.mjs} +19 -53
- package/dist/{chunk-QF3GD5WQ.mjs → chunk-67TMLSKM.mjs} +1 -5
- package/dist/{chunk-GUJDGRSM.mjs → chunk-7LXZOPYT.mjs} +5 -29
- package/dist/chunk-AEKBE267.mjs +19 -0
- package/dist/chunk-AFVEAZTD.mjs +2 -0
- package/dist/{chunk-IJHL7BIR.mjs → chunk-AL77I3BV.mjs} +1 -6
- package/dist/chunk-BFHV72KK.mjs +31 -0
- package/dist/{chunk-PHGC6QYB.mjs → chunk-DEUK76GN.mjs} +0 -5
- package/dist/{chunk-4SQOX3ZQ.mjs → chunk-DVK7K7D6.mjs} +5 -27
- package/dist/{chunk-VKBVSWU3.mjs → chunk-JNHQNNGW.mjs} +3672 -5905
- package/dist/{chunk-HHBUU7WF.mjs → chunk-JNMMY5D7.mjs} +1 -5
- package/dist/chunk-K27LFPQL.mjs +339 -0
- package/dist/{chunk-VFD76OD5.mjs → chunk-NYBWAKLT.mjs} +1 -5
- package/dist/chunk-RDTXKOE7.mjs +60 -0
- package/dist/{chunk-CDMESQDA.mjs → chunk-SMAWAXVX.mjs} +1 -10
- package/dist/{chunk-DSXRK4QJ.mjs → chunk-T6RT6PV4.mjs} +13 -62
- package/dist/{chunk-U2NVBXAC.mjs → chunk-ZY24NW7X.mjs} +246 -358
- package/dist/{full-ABQQRJAO.css → full-MY4DABK6.css} +6 -6
- package/dist/{full-LJRK5736.mjs → full-SGY5HNVB.mjs} +10 -14
- package/dist/index.css +588 -294
- package/dist/index.d.mts +5 -8
- package/dist/index.d.ts +5 -8
- package/dist/index.js +5985 -5656
- package/dist/index.mjs +23 -25
- package/dist/internal.mjs +3 -8
- package/dist/{loaded-NE2PIHUQ.mjs → loaded-2GLOBOVP.mjs} +7 -10
- package/dist/{loaded-N7VXUR4O.mjs → loaded-AH3CPHD2.mjs} +7 -10
- package/dist/{loaded-DWCENJKQ.mjs → loaded-ARSKBJWP.mjs} +7 -10
- package/dist/{loaded-SMEIWWHS.css → loaded-E7C36OKZ.css} +1 -1
- package/dist/no-external.css +299 -294
- package/dist/no-external.d.mts +1 -1
- package/dist/no-external.d.ts +1 -1
- package/dist/no-external.js +5985 -5656
- package/dist/no-external.mjs +23 -25
- package/dist/rsc.css +1 -1
- package/dist/rsc.js +5 -79
- package/dist/rsc.mjs +6 -12
- package/package.json +41 -36
- package/dist/chunk-B4BOBGYB.mjs +0 -42
- package/dist/chunk-YH7AXYKP.mjs +0 -109
|
@@ -0,0 +1,1216 @@
|
|
|
1
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ObjectField/styles.module.css/#css-module-data */
|
|
2
|
+
._ObjectField_b2xjm_5 {
|
|
3
|
+
display: flex;
|
|
4
|
+
flex-direction: column;
|
|
5
|
+
background-color: var(--credbuild-color-white);
|
|
6
|
+
border: 1px solid var(--credbuild-color-grey-09);
|
|
7
|
+
border-radius: 4px;
|
|
8
|
+
}
|
|
9
|
+
._ObjectField-fieldset_b2xjm_13 {
|
|
10
|
+
border: none;
|
|
11
|
+
margin: 0;
|
|
12
|
+
min-width: 0;
|
|
13
|
+
padding: 16px 15px;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/styles.module.css/#css-module-data */
|
|
17
|
+
._InputWrapper_1q7gk_1 + ._InputWrapper_1q7gk_1 {
|
|
18
|
+
margin-top: 12px;
|
|
19
|
+
}
|
|
20
|
+
._Input-label_1q7gk_5 {
|
|
21
|
+
align-items: center;
|
|
22
|
+
color: var(--credbuild-color-grey-04);
|
|
23
|
+
display: flex;
|
|
24
|
+
padding-bottom: 12px;
|
|
25
|
+
font-size: var(--credbuild-font-size-xxs);
|
|
26
|
+
font-weight: 600;
|
|
27
|
+
}
|
|
28
|
+
._Input-labelIcon_1q7gk_14 {
|
|
29
|
+
color: var(--credbuild-color-grey-07);
|
|
30
|
+
display: flex;
|
|
31
|
+
margin-inline-end: 4px;
|
|
32
|
+
padding-inline-start: 4px;
|
|
33
|
+
}
|
|
34
|
+
._Input-disabledIcon_1q7gk_21 {
|
|
35
|
+
color: var(--credbuild-color-grey-05);
|
|
36
|
+
margin-inline-start: auto;
|
|
37
|
+
}
|
|
38
|
+
._Input-input_1q7gk_26 {
|
|
39
|
+
background: var(--credbuild-color-white);
|
|
40
|
+
border-width: 1px;
|
|
41
|
+
border-style: solid;
|
|
42
|
+
border-color: var(--credbuild-color-grey-09);
|
|
43
|
+
border-radius: 4px;
|
|
44
|
+
box-sizing: border-box;
|
|
45
|
+
font-family: inherit;
|
|
46
|
+
font-size: 16px;
|
|
47
|
+
padding: 12px 15px;
|
|
48
|
+
transition: border-color 50ms ease-in;
|
|
49
|
+
width: 100%;
|
|
50
|
+
max-width: 100%;
|
|
51
|
+
}
|
|
52
|
+
@media (min-width: 458px) {
|
|
53
|
+
._Input-input_1q7gk_26 {
|
|
54
|
+
font-size: 14px;
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
select._Input-input_1q7gk_26 {
|
|
58
|
+
appearance: none;
|
|
59
|
+
background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%23c3c3c3'><polygon points='0,0 100,0 50,50'/></svg>") no-repeat;
|
|
60
|
+
background-size: 12px;
|
|
61
|
+
background-position: calc(100% - 12px) calc(50% + 3px);
|
|
62
|
+
background-repeat: no-repeat;
|
|
63
|
+
background-color: var(--credbuild-color-white);
|
|
64
|
+
cursor: pointer;
|
|
65
|
+
}
|
|
66
|
+
select._Input-input_1q7gk_26:dir(rtl) {
|
|
67
|
+
background-position: 12px calc(50% + 3px);
|
|
68
|
+
}
|
|
69
|
+
@media (hover: hover) and (pointer: fine) {
|
|
70
|
+
._Input_1q7gk_1:has(> input):hover ._Input-input_1q7gk_26:not([readonly]),
|
|
71
|
+
._Input_1q7gk_1:has(> textarea):hover ._Input-input_1q7gk_26:not([readonly]) {
|
|
72
|
+
border-color: var(--credbuild-color-grey-05);
|
|
73
|
+
transition: none;
|
|
74
|
+
}
|
|
75
|
+
._Input_1q7gk_1:has(> select):hover ._Input-input_1q7gk_26:not([disabled]) {
|
|
76
|
+
background-color: var(--credbuild-color-azure-12);
|
|
77
|
+
background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%235a5a5a'><polygon points='0,0 100,0 50,50'/></svg>");
|
|
78
|
+
border-color: var(--credbuild-color-grey-05);
|
|
79
|
+
transition: none;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
._Input-input_1q7gk_26:focus {
|
|
83
|
+
border-color: var(--credbuild-color-grey-05);
|
|
84
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
85
|
+
transition: none;
|
|
86
|
+
}
|
|
87
|
+
._Input--readOnly_1q7gk_82 > ._Input-input_1q7gk_26,
|
|
88
|
+
._Input--readOnly_1q7gk_82 > select._Input-input_1q7gk_26 {
|
|
89
|
+
background-color: var(--credbuild-color-grey-11);
|
|
90
|
+
border-color: var(--credbuild-color-grey-09);
|
|
91
|
+
color: var(--credbuild-color-grey-04);
|
|
92
|
+
cursor: default;
|
|
93
|
+
opacity: 1;
|
|
94
|
+
outline: 0;
|
|
95
|
+
transition: none;
|
|
96
|
+
}
|
|
97
|
+
._Input-radioGroupItems_1q7gk_93 {
|
|
98
|
+
display: flex;
|
|
99
|
+
border: 1px solid var(--credbuild-color-grey-09);
|
|
100
|
+
border-radius: 4px;
|
|
101
|
+
flex-wrap: wrap;
|
|
102
|
+
}
|
|
103
|
+
._Input-radio_1q7gk_93 {
|
|
104
|
+
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
105
|
+
flex-grow: 1;
|
|
106
|
+
}
|
|
107
|
+
._Input-radio_1q7gk_93:first-of-type {
|
|
108
|
+
border-bottom-left-radius: 4px;
|
|
109
|
+
border-top-left-radius: 4px;
|
|
110
|
+
}
|
|
111
|
+
._Input-radio_1q7gk_93:first-of-type ._Input-radioInner_1q7gk_110 {
|
|
112
|
+
border-bottom-left-radius: 3px;
|
|
113
|
+
border-top-left-radius: 3px;
|
|
114
|
+
}
|
|
115
|
+
._Input-radio_1q7gk_93:last-of-type {
|
|
116
|
+
border-bottom-right-radius: 4px;
|
|
117
|
+
border-inline-end: 0;
|
|
118
|
+
border-top-right-radius: 4px;
|
|
119
|
+
}
|
|
120
|
+
._Input-radio_1q7gk_93:last-of-type ._Input-radioInner_1q7gk_110 {
|
|
121
|
+
border-bottom-right-radius: 3px;
|
|
122
|
+
border-top-right-radius: 3px;
|
|
123
|
+
}
|
|
124
|
+
._Input-radioInner_1q7gk_110 {
|
|
125
|
+
background-color: var(--credbuild-color-white);
|
|
126
|
+
color: var(--credbuild-color-grey-04);
|
|
127
|
+
cursor: pointer;
|
|
128
|
+
font-size: var(--credbuild-font-size-xxxs);
|
|
129
|
+
padding: 8px 12px;
|
|
130
|
+
text-align: center;
|
|
131
|
+
transition: background-color 50ms ease-in;
|
|
132
|
+
}
|
|
133
|
+
._Input-radio_1q7gk_93:has(:focus-visible) {
|
|
134
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
135
|
+
outline-offset: 2px;
|
|
136
|
+
position: relative;
|
|
137
|
+
}
|
|
138
|
+
@media (hover: hover) and (pointer: fine) {
|
|
139
|
+
._Input-radioInner_1q7gk_110:hover {
|
|
140
|
+
background-color: var(--credbuild-color-azure-12);
|
|
141
|
+
transition: none;
|
|
142
|
+
}
|
|
143
|
+
}
|
|
144
|
+
._Input--readOnly_1q7gk_82 ._Input-radioInner_1q7gk_110 {
|
|
145
|
+
background-color: var(--credbuild-color-white);
|
|
146
|
+
color: var(--credbuild-color-grey-04);
|
|
147
|
+
cursor: default;
|
|
148
|
+
}
|
|
149
|
+
._Input-radio_1q7gk_93 ._Input-radioInput_1q7gk_155:checked ~ ._Input-radioInner_1q7gk_110 {
|
|
150
|
+
background-color: var(--credbuild-color-azure-11);
|
|
151
|
+
color: var(--credbuild-color-azure-04);
|
|
152
|
+
font-weight: 500;
|
|
153
|
+
}
|
|
154
|
+
._Input--readOnly_1q7gk_82 ._Input-radioInput_1q7gk_155:checked ~ ._Input-radioInner_1q7gk_110 {
|
|
155
|
+
background-color: var(--credbuild-color-grey-11);
|
|
156
|
+
color: var(--credbuild-color-grey-04);
|
|
157
|
+
}
|
|
158
|
+
._Input-radio_1q7gk_93 ._Input-radioInput_1q7gk_155 {
|
|
159
|
+
clip: rect(0 0 0 0);
|
|
160
|
+
clip-path: inset(100%);
|
|
161
|
+
height: 1px;
|
|
162
|
+
overflow: hidden;
|
|
163
|
+
position: absolute;
|
|
164
|
+
white-space: nowrap;
|
|
165
|
+
width: 1px;
|
|
166
|
+
}
|
|
167
|
+
textarea._Input-input_1q7gk_26 {
|
|
168
|
+
margin-bottom: -4px;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/ExternalInput/styles.module.css/#css-module-data */
|
|
172
|
+
._ExternalInput-actions_1gpb4_1 {
|
|
173
|
+
display: flex;
|
|
174
|
+
}
|
|
175
|
+
._ExternalInput-button_1gpb4_5 {
|
|
176
|
+
display: flex;
|
|
177
|
+
gap: 8px;
|
|
178
|
+
align-items: center;
|
|
179
|
+
justify-content: center;
|
|
180
|
+
background-color: var(--credbuild-color-white);
|
|
181
|
+
border: 1px solid var(--credbuild-color-grey-09);
|
|
182
|
+
border-radius: 4px;
|
|
183
|
+
color: var(--credbuild-color-azure-04);
|
|
184
|
+
padding: 12px 16px;
|
|
185
|
+
font-weight: 500;
|
|
186
|
+
white-space: nowrap;
|
|
187
|
+
text-overflow: ellipsis;
|
|
188
|
+
transition: background-color 50ms ease-in;
|
|
189
|
+
position: relative;
|
|
190
|
+
overflow: hidden;
|
|
191
|
+
flex-grow: 1;
|
|
192
|
+
}
|
|
193
|
+
._ExternalInput--dataSelected_1gpb4_24 ._ExternalInput-button_1gpb4_5 {
|
|
194
|
+
color: var(--credbuild-color-grey-03);
|
|
195
|
+
display: block;
|
|
196
|
+
border-top-right-radius: 0px;
|
|
197
|
+
border-bottom-right-radius: 0px;
|
|
198
|
+
}
|
|
199
|
+
._ExternalInput--readOnly_1gpb4_31 ._ExternalInput-button_1gpb4_5 {
|
|
200
|
+
background-color: var(--credbuild-color-grey-11);
|
|
201
|
+
}
|
|
202
|
+
._ExternalInput-detachButton_1gpb4_35 {
|
|
203
|
+
border: 1px solid var(--credbuild-color-grey-09);
|
|
204
|
+
border-top-right-radius: 4px;
|
|
205
|
+
border-bottom-right-radius: 4px;
|
|
206
|
+
background-color: var(--credbuild-color-grey-12);
|
|
207
|
+
color: var(--credbuild-color-grey-05);
|
|
208
|
+
display: flex;
|
|
209
|
+
gap: 8px;
|
|
210
|
+
align-items: center;
|
|
211
|
+
justify-content: center;
|
|
212
|
+
padding: 8px 12px;
|
|
213
|
+
position: relative;
|
|
214
|
+
transition: background-color 50ms ease-in, color 50ms ease-in;
|
|
215
|
+
margin-inline-start: -1px;
|
|
216
|
+
}
|
|
217
|
+
._ExternalInput-button_1gpb4_5:focus-visible,
|
|
218
|
+
._ExternalInput-detachButton_1gpb4_35:focus-visible {
|
|
219
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
220
|
+
outline-offset: 2px;
|
|
221
|
+
z-index: 1;
|
|
222
|
+
}
|
|
223
|
+
@media (hover: hover) and (pointer: fine) {
|
|
224
|
+
._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-button_1gpb4_5:hover,
|
|
225
|
+
._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-detachButton_1gpb4_35:hover {
|
|
226
|
+
background: var(--credbuild-color-azure-12);
|
|
227
|
+
transition: none;
|
|
228
|
+
}
|
|
229
|
+
._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-detachButton_1gpb4_35:hover {
|
|
230
|
+
color: var(--credbuild-color-azure-04);
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-button_1gpb4_5:active,
|
|
234
|
+
._ExternalInput_1gpb4_1:not(._ExternalInput--readOnly_1gpb4_31) ._ExternalInput-detachButton_1gpb4_35:active {
|
|
235
|
+
background: var(--credbuild-color-azure-11);
|
|
236
|
+
transition: none;
|
|
237
|
+
}
|
|
238
|
+
._ExternalInputModal_1gpb4_79 {
|
|
239
|
+
color: var(--credbuild-color-black);
|
|
240
|
+
display: grid;
|
|
241
|
+
grid-template-rows: min-content minmax(128px, 100%) min-content;
|
|
242
|
+
grid-template-columns: 100%;
|
|
243
|
+
position: relative;
|
|
244
|
+
min-height: 50dvh;
|
|
245
|
+
max-height: 90dvh;
|
|
246
|
+
}
|
|
247
|
+
._ExternalInputModal-grid_1gpb4_89 {
|
|
248
|
+
display: flex;
|
|
249
|
+
flex-direction: column;
|
|
250
|
+
}
|
|
251
|
+
@media (min-width: 458px) {
|
|
252
|
+
._ExternalInputModal-grid_1gpb4_89 {
|
|
253
|
+
display: grid;
|
|
254
|
+
grid-template-columns: 100%;
|
|
255
|
+
}
|
|
256
|
+
._ExternalInputModal--filtersToggled_1gpb4_100 ._ExternalInputModal-grid_1gpb4_89 {
|
|
257
|
+
grid-template-columns: 25% 75%;
|
|
258
|
+
}
|
|
259
|
+
}
|
|
260
|
+
._ExternalInputModal-filters_1gpb4_105 {
|
|
261
|
+
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
262
|
+
}
|
|
263
|
+
._ExternalInputModal--filtersToggled_1gpb4_100 ._ExternalInputModal-filters_1gpb4_105 {
|
|
264
|
+
display: none;
|
|
265
|
+
}
|
|
266
|
+
@media (min-width: 458px) {
|
|
267
|
+
._ExternalInputModal-filters_1gpb4_105 {
|
|
268
|
+
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
269
|
+
display: none;
|
|
270
|
+
}
|
|
271
|
+
._ExternalInputModal--filtersToggled_1gpb4_100 ._ExternalInputModal-filters_1gpb4_105 {
|
|
272
|
+
display: block;
|
|
273
|
+
}
|
|
274
|
+
}
|
|
275
|
+
._ExternalInputModal-masthead_1gpb4_124 {
|
|
276
|
+
background-color: var(--credbuild-color-grey-12);
|
|
277
|
+
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
278
|
+
display: flex;
|
|
279
|
+
flex-wrap: wrap;
|
|
280
|
+
gap: 24px;
|
|
281
|
+
padding: 24px;
|
|
282
|
+
}
|
|
283
|
+
._ExternalInputModal-tableWrapper_1gpb4_133 {
|
|
284
|
+
position: relative;
|
|
285
|
+
overflow-x: auto;
|
|
286
|
+
overflow-y: auto;
|
|
287
|
+
flex-grow: 1;
|
|
288
|
+
}
|
|
289
|
+
._ExternalInputModal-table_1gpb4_133 {
|
|
290
|
+
border-collapse: unset;
|
|
291
|
+
border-spacing: 0px;
|
|
292
|
+
color: var(--credbuild-color-grey-02);
|
|
293
|
+
position: relative;
|
|
294
|
+
z-index: 0;
|
|
295
|
+
min-width: 100%;
|
|
296
|
+
}
|
|
297
|
+
._ExternalInputModal-thead_1gpb4_149 {
|
|
298
|
+
background-color: var(--credbuild-color-white);
|
|
299
|
+
position: sticky;
|
|
300
|
+
top: 0;
|
|
301
|
+
z-index: 1;
|
|
302
|
+
}
|
|
303
|
+
._ExternalInputModal-th_1gpb4_149 {
|
|
304
|
+
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
305
|
+
color: var(--credbuild-color-grey-04);
|
|
306
|
+
font-weight: 500;
|
|
307
|
+
font-size: 14px;
|
|
308
|
+
padding: 16px 24px;
|
|
309
|
+
}
|
|
310
|
+
._ExternalInputModal-td_1gpb4_164 {
|
|
311
|
+
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
312
|
+
padding: 16px 24px;
|
|
313
|
+
}
|
|
314
|
+
._ExternalInputModal-tr_1gpb4_169 ._ExternalInputModal-td_1gpb4_164:first-of-type {
|
|
315
|
+
font-weight: 500;
|
|
316
|
+
width: 1%;
|
|
317
|
+
white-space: nowrap;
|
|
318
|
+
}
|
|
319
|
+
@media (hover: hover) and (pointer: fine) {
|
|
320
|
+
._ExternalInputModal-tbody_1gpb4_176 ._ExternalInputModal-tr_1gpb4_169:hover {
|
|
321
|
+
background: var(--credbuild-color-azure-12);
|
|
322
|
+
color: var(--credbuild-color-azure-04);
|
|
323
|
+
cursor: pointer;
|
|
324
|
+
position: relative;
|
|
325
|
+
margin-inline-start: -5px;
|
|
326
|
+
}
|
|
327
|
+
._ExternalInputModal-tbody_1gpb4_176 ._ExternalInputModal-tr_1gpb4_169:hover ._ExternalInputModal-td_1gpb4_164:first-of-type {
|
|
328
|
+
border-inline-start: 4px solid var(--credbuild-color-azure-04);
|
|
329
|
+
padding-inline-start: 20px;
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
._ExternalInputModal-tbody_1gpb4_176 ._ExternalInputModal-tr_1gpb4_169:last-of-type ._ExternalInputModal-td_1gpb4_164 {
|
|
333
|
+
border-bottom: none;
|
|
334
|
+
}
|
|
335
|
+
._ExternalInputModal-tableWrapper_1gpb4_133 {
|
|
336
|
+
display: none;
|
|
337
|
+
}
|
|
338
|
+
._ExternalInputModal--hasData_1gpb4_202 ._ExternalInputModal-tableWrapper_1gpb4_133 {
|
|
339
|
+
display: block;
|
|
340
|
+
}
|
|
341
|
+
._ExternalInputModal-loadingBanner_1gpb4_206 {
|
|
342
|
+
display: none;
|
|
343
|
+
background-color: color-mix(in srgb, var(--credbuild-color-white) 90%, transparent);
|
|
344
|
+
padding: 64px;
|
|
345
|
+
align-items: center;
|
|
346
|
+
justify-content: center;
|
|
347
|
+
position: absolute;
|
|
348
|
+
top: 0;
|
|
349
|
+
left: 0;
|
|
350
|
+
right: 0;
|
|
351
|
+
bottom: 0;
|
|
352
|
+
}
|
|
353
|
+
._ExternalInputModal--isLoading_1gpb4_223 ._ExternalInputModal-loadingBanner_1gpb4_206 {
|
|
354
|
+
display: flex;
|
|
355
|
+
}
|
|
356
|
+
._ExternalInputModal-searchForm_1gpb4_227 {
|
|
357
|
+
display: flex;
|
|
358
|
+
flex-wrap: wrap;
|
|
359
|
+
gap: 12px;
|
|
360
|
+
flex-grow: 1;
|
|
361
|
+
}
|
|
362
|
+
@media (min-width: 458px) {
|
|
363
|
+
._ExternalInputModal-searchForm_1gpb4_227 {
|
|
364
|
+
flex-wrap: nowrap;
|
|
365
|
+
}
|
|
366
|
+
}
|
|
367
|
+
._ExternalInputModal-search_1gpb4_227 {
|
|
368
|
+
display: flex;
|
|
369
|
+
background: var(--credbuild-color-white);
|
|
370
|
+
border-width: 1px;
|
|
371
|
+
border-style: solid;
|
|
372
|
+
border-color: var(--credbuild-color-grey-09);
|
|
373
|
+
border-radius: 4px;
|
|
374
|
+
flex-grow: 1;
|
|
375
|
+
transition: border-color 50ms ease-in;
|
|
376
|
+
}
|
|
377
|
+
._ExternalInputModal-search_1gpb4_227:focus-within {
|
|
378
|
+
border-color: var(--credbuild-color-grey-05);
|
|
379
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
380
|
+
transition: none;
|
|
381
|
+
}
|
|
382
|
+
@media (hover: hover) and (pointer: fine) {
|
|
383
|
+
._ExternalInputModal-search_1gpb4_227:hover {
|
|
384
|
+
border-color: var(--credbuild-color-grey-05);
|
|
385
|
+
transition: none;
|
|
386
|
+
}
|
|
387
|
+
}
|
|
388
|
+
._ExternalInputModal-searchIcon_1gpb4_264 {
|
|
389
|
+
align-items: center;
|
|
390
|
+
background: var(--credbuild-color-grey-12);
|
|
391
|
+
border-bottom-left-radius: 4px;
|
|
392
|
+
border-top-left-radius: 4px;
|
|
393
|
+
border-inline-end: 1px solid var(--credbuild-color-grey-09);
|
|
394
|
+
color: var(--credbuild-color-grey-07);
|
|
395
|
+
display: flex;
|
|
396
|
+
justify-content: center;
|
|
397
|
+
padding: 12px 15px;
|
|
398
|
+
transition: color 50ms ease-in;
|
|
399
|
+
}
|
|
400
|
+
._ExternalInputModal-search_1gpb4_227:focus-within ._ExternalInputModal-searchIcon_1gpb4_264 {
|
|
401
|
+
color: var(--credbuild-color-grey-04);
|
|
402
|
+
transition: none;
|
|
403
|
+
}
|
|
404
|
+
@media (hover: hover) and (pointer: fine) {
|
|
405
|
+
._ExternalInputModal-search_1gpb4_227:hover ._ExternalInputModal-searchIcon_1gpb4_264 {
|
|
406
|
+
color: var(--credbuild-color-grey-04);
|
|
407
|
+
transition: none;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
._ExternalInputModal-searchIconText_1gpb4_289 {
|
|
411
|
+
clip: rect(0 0 0 0);
|
|
412
|
+
clip-path: inset(100%);
|
|
413
|
+
height: 1px;
|
|
414
|
+
overflow: hidden;
|
|
415
|
+
position: absolute;
|
|
416
|
+
white-space: nowrap;
|
|
417
|
+
width: 1px;
|
|
418
|
+
}
|
|
419
|
+
._ExternalInputModal-searchInput_1gpb4_299 {
|
|
420
|
+
border: none;
|
|
421
|
+
border-radius: 4px;
|
|
422
|
+
background: var(--credbuild-color-white);
|
|
423
|
+
font-family: inherit;
|
|
424
|
+
font-size: 14px;
|
|
425
|
+
padding: 12px 15px;
|
|
426
|
+
width: 100%;
|
|
427
|
+
}
|
|
428
|
+
._ExternalInputModal-searchInput_1gpb4_299:focus {
|
|
429
|
+
outline: 0;
|
|
430
|
+
}
|
|
431
|
+
._ExternalInputModal-searchActions_1gpb4_313 {
|
|
432
|
+
display: flex;
|
|
433
|
+
gap: 8px;
|
|
434
|
+
height: 44px;
|
|
435
|
+
width: 100%;
|
|
436
|
+
}
|
|
437
|
+
@media (min-width: 458px) {
|
|
438
|
+
._ExternalInputModal-searchActions_1gpb4_313 {
|
|
439
|
+
width: auto;
|
|
440
|
+
}
|
|
441
|
+
}
|
|
442
|
+
._ExternalInputModal-searchActionIcon_1gpb4_326 {
|
|
443
|
+
align-self: center;
|
|
444
|
+
}
|
|
445
|
+
._ExternalInputModal-footerContainer_1gpb4_330 {
|
|
446
|
+
background-color: var(--credbuild-color-grey-12);
|
|
447
|
+
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
448
|
+
color: var(--credbuild-color-grey-04);
|
|
449
|
+
padding: 16px;
|
|
450
|
+
}
|
|
451
|
+
._ExternalInputModal-footer_1gpb4_330 {
|
|
452
|
+
font-weight: 500;
|
|
453
|
+
font-size: 14px;
|
|
454
|
+
text-align: right;
|
|
455
|
+
}
|
|
456
|
+
._ExternalInputModal-field_1gpb4_343 {
|
|
457
|
+
color: var(--credbuild-color-grey-04);
|
|
458
|
+
margin: 16px;
|
|
459
|
+
margin-bottom: 12px;
|
|
460
|
+
display: block;
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/Modal/styles.module.css/#css-module-data */
|
|
464
|
+
._Modal_b422s_1 {
|
|
465
|
+
background: color-mix(in srgb, var(--credbuild-color-black) 75%, transparent);
|
|
466
|
+
display: none;
|
|
467
|
+
justify-content: center;
|
|
468
|
+
align-items: center;
|
|
469
|
+
position: fixed;
|
|
470
|
+
top: 0;
|
|
471
|
+
left: 0;
|
|
472
|
+
bottom: 0;
|
|
473
|
+
right: 0;
|
|
474
|
+
z-index: 1;
|
|
475
|
+
padding: 32px;
|
|
476
|
+
}
|
|
477
|
+
._Modal--isOpen_b422s_15 {
|
|
478
|
+
display: flex;
|
|
479
|
+
}
|
|
480
|
+
._Modal-inner_b422s_19 {
|
|
481
|
+
width: 100%;
|
|
482
|
+
max-width: 1024px;
|
|
483
|
+
border-radius: 8px;
|
|
484
|
+
overflow: hidden;
|
|
485
|
+
background: var(--credbuild-color-white);
|
|
486
|
+
display: flex;
|
|
487
|
+
flex-direction: column;
|
|
488
|
+
max-height: 90dvh;
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/Heading/styles.module.css/#css-module-data */
|
|
492
|
+
._Heading_1tpsl_1 {
|
|
493
|
+
display: block;
|
|
494
|
+
color: var(--credbuild-color-black);
|
|
495
|
+
font-weight: 700;
|
|
496
|
+
margin: 0;
|
|
497
|
+
}
|
|
498
|
+
._Heading_1tpsl_1 b {
|
|
499
|
+
font-weight: 700;
|
|
500
|
+
}
|
|
501
|
+
._Heading--xxxxl_1tpsl_12 {
|
|
502
|
+
font-size: var(--credbuild-font-size-xxxxl);
|
|
503
|
+
letter-spacing: 0.08ch;
|
|
504
|
+
font-weight: 800;
|
|
505
|
+
}
|
|
506
|
+
._Heading--xxxl_1tpsl_18 {
|
|
507
|
+
font-size: var(--credbuild-font-size-xxxl);
|
|
508
|
+
}
|
|
509
|
+
._Heading--xxl_1tpsl_22 {
|
|
510
|
+
font-size: var(--credbuild-font-size-xxl);
|
|
511
|
+
}
|
|
512
|
+
._Heading--xl_1tpsl_26 {
|
|
513
|
+
font-size: var(--credbuild-font-size-xl);
|
|
514
|
+
}
|
|
515
|
+
._Heading--l_1tpsl_30 {
|
|
516
|
+
font-size: var(--credbuild-font-size-l);
|
|
517
|
+
}
|
|
518
|
+
._Heading--m_1tpsl_34 {
|
|
519
|
+
font-size: var(--credbuild-font-size-m);
|
|
520
|
+
}
|
|
521
|
+
._Heading--s_1tpsl_38 {
|
|
522
|
+
font-size: var(--credbuild-font-size-s);
|
|
523
|
+
}
|
|
524
|
+
._Heading--xs_1tpsl_42 {
|
|
525
|
+
font-size: var(--credbuild-font-size-xs);
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/Loader/styles.module.css/#css-module-data */
|
|
529
|
+
@keyframes _loader-animation_nacdm_1 {
|
|
530
|
+
0% {
|
|
531
|
+
transform: rotate(0deg) scale(1);
|
|
532
|
+
}
|
|
533
|
+
50% {
|
|
534
|
+
transform: rotate(180deg) scale(0.8);
|
|
535
|
+
}
|
|
536
|
+
100% {
|
|
537
|
+
transform: rotate(360deg) scale(1);
|
|
538
|
+
}
|
|
539
|
+
}
|
|
540
|
+
._Loader_nacdm_13 {
|
|
541
|
+
background: transparent;
|
|
542
|
+
border-radius: 100%;
|
|
543
|
+
border: 2px solid currentColor;
|
|
544
|
+
border-bottom-color: transparent;
|
|
545
|
+
display: inline-block;
|
|
546
|
+
animation: _loader-animation_nacdm_1 1s 0s infinite linear;
|
|
547
|
+
animation-fill-mode: both;
|
|
548
|
+
}
|
|
549
|
+
|
|
550
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/Button/Button.module.css/#css-module-data */
|
|
551
|
+
._Button_164uz_1 {
|
|
552
|
+
appearance: none;
|
|
553
|
+
background: none;
|
|
554
|
+
border: 1px solid transparent;
|
|
555
|
+
border-radius: var(--cb-radius-m);
|
|
556
|
+
color: var(--credbuild-color-white);
|
|
557
|
+
display: inline-flex;
|
|
558
|
+
align-items: center;
|
|
559
|
+
gap: 8px;
|
|
560
|
+
letter-spacing: -0.01em;
|
|
561
|
+
font-family: var(--credbuild-font-family);
|
|
562
|
+
font-size: 13px;
|
|
563
|
+
font-weight: 500;
|
|
564
|
+
box-sizing: border-box;
|
|
565
|
+
line-height: 1;
|
|
566
|
+
text-align: center;
|
|
567
|
+
text-decoration: none;
|
|
568
|
+
transition: all 0.2s ease;
|
|
569
|
+
cursor: pointer;
|
|
570
|
+
white-space: nowrap;
|
|
571
|
+
margin: 0;
|
|
572
|
+
}
|
|
573
|
+
._Button_164uz_1:hover,
|
|
574
|
+
._Button_164uz_1:active {
|
|
575
|
+
transform: translateY(-1px);
|
|
576
|
+
}
|
|
577
|
+
._Button--medium_164uz_29 {
|
|
578
|
+
min-height: 28px;
|
|
579
|
+
padding: 4px 12px;
|
|
580
|
+
}
|
|
581
|
+
._Button--large_164uz_34 {
|
|
582
|
+
padding: 10px 18px;
|
|
583
|
+
}
|
|
584
|
+
._Button-icon_164uz_38 {
|
|
585
|
+
margin-top: 0px;
|
|
586
|
+
}
|
|
587
|
+
._Button--primary_164uz_42 {
|
|
588
|
+
background:
|
|
589
|
+
linear-gradient(
|
|
590
|
+
to bottom,
|
|
591
|
+
#3b82f6,
|
|
592
|
+
#2563eb);
|
|
593
|
+
box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
594
|
+
}
|
|
595
|
+
._Button_164uz_1:focus-visible {
|
|
596
|
+
outline: 2px solid var(--credbuild-color-azure-04);
|
|
597
|
+
outline-offset: 2px;
|
|
598
|
+
}
|
|
599
|
+
@media (hover: hover) and (pointer: fine) {
|
|
600
|
+
._Button--primary_164uz_42:hover {
|
|
601
|
+
background:
|
|
602
|
+
linear-gradient(
|
|
603
|
+
to bottom,
|
|
604
|
+
#2563eb,
|
|
605
|
+
#1d4ed8);
|
|
606
|
+
box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
._Button--primary_164uz_42:active {
|
|
610
|
+
background-color: var(--credbuild-color-azure-02);
|
|
611
|
+
}
|
|
612
|
+
._Button--secondary_164uz_63 {
|
|
613
|
+
border: 1px solid currentColor;
|
|
614
|
+
color: currentColor;
|
|
615
|
+
}
|
|
616
|
+
@media (hover: hover) and (pointer: fine) {
|
|
617
|
+
._Button--secondary_164uz_63:hover {
|
|
618
|
+
background-color: var(--credbuild-color-azure-12);
|
|
619
|
+
color: var(--credbuild-color-black);
|
|
620
|
+
}
|
|
621
|
+
}
|
|
622
|
+
._Button--secondary_164uz_63:active {
|
|
623
|
+
background-color: var(--credbuild-color-azure-11);
|
|
624
|
+
color: var(--credbuild-color-black);
|
|
625
|
+
}
|
|
626
|
+
._Button--flush_164uz_80 {
|
|
627
|
+
border-radius: 0;
|
|
628
|
+
}
|
|
629
|
+
._Button--disabled_164uz_84,
|
|
630
|
+
._Button--disabled_164uz_84:hover {
|
|
631
|
+
background-color: var(--credbuild-color-grey-07);
|
|
632
|
+
color: var(--credbuild-color-grey-03);
|
|
633
|
+
cursor: not-allowed;
|
|
634
|
+
}
|
|
635
|
+
._Button--fullWidth_164uz_92 {
|
|
636
|
+
justify-content: center;
|
|
637
|
+
width: 100%;
|
|
638
|
+
}
|
|
639
|
+
._Button-spinner_164uz_97 {
|
|
640
|
+
padding-inline-start: 8px;
|
|
641
|
+
}
|
|
642
|
+
|
|
643
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/IconButton/IconButton.module.css/#css-module-data */
|
|
644
|
+
._IconButton_1a0fz_1 {
|
|
645
|
+
align-items: center;
|
|
646
|
+
background: transparent;
|
|
647
|
+
border: none;
|
|
648
|
+
border-radius: var(--cb-radius-m);
|
|
649
|
+
color: currentColor;
|
|
650
|
+
display: flex;
|
|
651
|
+
font-family: var(--credbuild-font-family);
|
|
652
|
+
justify-content: center;
|
|
653
|
+
padding: 2px;
|
|
654
|
+
transition: all 0.2s ease;
|
|
655
|
+
}
|
|
656
|
+
._IconButton--active_1a0fz_14 {
|
|
657
|
+
color: var(--credbuild-color-azure-04);
|
|
658
|
+
}
|
|
659
|
+
._IconButton_1a0fz_1:focus-visible {
|
|
660
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
661
|
+
outline-offset: -2px;
|
|
662
|
+
}
|
|
663
|
+
@media (hover: hover) and (pointer: fine) {
|
|
664
|
+
._IconButton_1a0fz_1:hover:not(._IconButton--disabled_1a0fz_24) {
|
|
665
|
+
background: var(--credbuild-color-grey-10);
|
|
666
|
+
color: var(--credbuild-color-azure-04);
|
|
667
|
+
cursor: pointer;
|
|
668
|
+
transition: none;
|
|
669
|
+
}
|
|
670
|
+
}
|
|
671
|
+
._IconButton_1a0fz_1:active {
|
|
672
|
+
background: var(--credbuild-color-azure-11);
|
|
673
|
+
transition: none;
|
|
674
|
+
}
|
|
675
|
+
._IconButton-title_1a0fz_37 {
|
|
676
|
+
clip: rect(0 0 0 0);
|
|
677
|
+
clip-path: inset(100%);
|
|
678
|
+
height: 1px;
|
|
679
|
+
overflow: hidden;
|
|
680
|
+
position: absolute;
|
|
681
|
+
white-space: nowrap;
|
|
682
|
+
width: 1px;
|
|
683
|
+
}
|
|
684
|
+
._IconButton--disabled_1a0fz_24 {
|
|
685
|
+
color: var(--credbuild-color-grey-07);
|
|
686
|
+
}
|
|
687
|
+
|
|
688
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/RichTextMenu/styles.module.css/#css-module-data */
|
|
689
|
+
._RichTextMenu_193iw_1 {
|
|
690
|
+
display: flex;
|
|
691
|
+
flex-direction: row;
|
|
692
|
+
flex-wrap: nowrap;
|
|
693
|
+
}
|
|
694
|
+
._RichTextMenu--form_193iw_7 {
|
|
695
|
+
border-top-left-radius: 4px;
|
|
696
|
+
border-top-right-radius: 4px;
|
|
697
|
+
padding: 6px 6px;
|
|
698
|
+
background-color: var(--credbuild-color-grey-12);
|
|
699
|
+
position: relative;
|
|
700
|
+
scrollbar-width: none;
|
|
701
|
+
overflow-x: auto;
|
|
702
|
+
}
|
|
703
|
+
._RichTextMenu-group_193iw_17 {
|
|
704
|
+
display: flex;
|
|
705
|
+
align-items: space-between;
|
|
706
|
+
flex-direction: row;
|
|
707
|
+
flex-wrap: nowrap;
|
|
708
|
+
padding-inline: 6px;
|
|
709
|
+
gap: 2px;
|
|
710
|
+
position: relative;
|
|
711
|
+
}
|
|
712
|
+
._RichTextMenu-group_193iw_17:first-of-type {
|
|
713
|
+
padding-left: 0;
|
|
714
|
+
}
|
|
715
|
+
._RichTextMenu-group_193iw_17:last-of-type {
|
|
716
|
+
padding-right: 0;
|
|
717
|
+
}
|
|
718
|
+
._RichTextMenu--inline_193iw_35 ._RichTextMenu-group_193iw_17 {
|
|
719
|
+
color: var(--credbuild-color-grey-08);
|
|
720
|
+
gap: 0px;
|
|
721
|
+
flex-wrap: nowrap;
|
|
722
|
+
}
|
|
723
|
+
._RichTextMenu-group_193iw_17 + ._RichTextMenu-group_193iw_17 {
|
|
724
|
+
border-left: 1px solid var(--credbuild-color-grey-10);
|
|
725
|
+
}
|
|
726
|
+
._RichTextMenu--inline_193iw_35 ._RichTextMenu-group_193iw_17 + ._RichTextMenu-group_193iw_17 {
|
|
727
|
+
border-left: 0.5px solid var(--credbuild-color-grey-05);
|
|
728
|
+
}
|
|
729
|
+
|
|
730
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/ActionBar/styles.module.css/#css-module-data */
|
|
731
|
+
._ActionBar_ze0ci_1 {
|
|
732
|
+
align-items: center;
|
|
733
|
+
cursor: default;
|
|
734
|
+
display: flex;
|
|
735
|
+
width: auto;
|
|
736
|
+
padding: 4px;
|
|
737
|
+
padding-inline-start: 0;
|
|
738
|
+
padding-inline-end: 0;
|
|
739
|
+
border-top-left-radius: 8px;
|
|
740
|
+
border-top-right-radius: 8px;
|
|
741
|
+
border-radius: 8px;
|
|
742
|
+
background: var(--credbuild-color-grey-01);
|
|
743
|
+
color: var(--credbuild-color-white);
|
|
744
|
+
font-family: var(--credbuild-font-family);
|
|
745
|
+
min-height: 26px;
|
|
746
|
+
}
|
|
747
|
+
._ActionBar-label_ze0ci_18 {
|
|
748
|
+
color: var(--credbuild-color-grey-08);
|
|
749
|
+
font-size: var(--credbuild-font-size-xxxs);
|
|
750
|
+
font-weight: 500;
|
|
751
|
+
padding-inline-start: 8px;
|
|
752
|
+
padding-inline-end: 8px;
|
|
753
|
+
margin-inline-start: 4px;
|
|
754
|
+
margin-inline-end: 4px;
|
|
755
|
+
text-overflow: ellipsis;
|
|
756
|
+
white-space: nowrap;
|
|
757
|
+
}
|
|
758
|
+
._ActionBarAction_ze0ci_30 + ._ActionBar-label_ze0ci_18 {
|
|
759
|
+
padding-inline-start: 0;
|
|
760
|
+
}
|
|
761
|
+
._ActionBar-label_ze0ci_18 + ._ActionBarAction_ze0ci_30 {
|
|
762
|
+
margin-inline-start: -4px;
|
|
763
|
+
}
|
|
764
|
+
._ActionBar-group_ze0ci_38 {
|
|
765
|
+
align-items: center;
|
|
766
|
+
border-inline-start: 0.5px solid var(--credbuild-color-grey-05);
|
|
767
|
+
display: flex;
|
|
768
|
+
height: 100%;
|
|
769
|
+
padding-inline-start: 4px;
|
|
770
|
+
padding-inline-end: 4px;
|
|
771
|
+
}
|
|
772
|
+
._ActionBar-group_ze0ci_38:first-of-type {
|
|
773
|
+
border-inline-start: 0;
|
|
774
|
+
}
|
|
775
|
+
._ActionBar-group_ze0ci_38:empty {
|
|
776
|
+
display: none;
|
|
777
|
+
}
|
|
778
|
+
._ActionBarAction_ze0ci_30 {
|
|
779
|
+
background: transparent;
|
|
780
|
+
border: none;
|
|
781
|
+
color: var(--credbuild-color-grey-08);
|
|
782
|
+
cursor: pointer;
|
|
783
|
+
padding: 6px;
|
|
784
|
+
margin-inline-start: 4px;
|
|
785
|
+
margin-inline-end: 4px;
|
|
786
|
+
border-radius: 4px;
|
|
787
|
+
overflow: hidden;
|
|
788
|
+
display: flex;
|
|
789
|
+
align-items: center;
|
|
790
|
+
justify-content: center;
|
|
791
|
+
transition: color 50ms ease-in;
|
|
792
|
+
}
|
|
793
|
+
._ActionBarAction--disabled_ze0ci_71 {
|
|
794
|
+
cursor: auto;
|
|
795
|
+
color: var(--credbuild-color-grey-06);
|
|
796
|
+
}
|
|
797
|
+
._ActionBarAction_ze0ci_30 svg {
|
|
798
|
+
max-width: none !important;
|
|
799
|
+
}
|
|
800
|
+
._ActionBarAction_ze0ci_30:focus-visible {
|
|
801
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
802
|
+
outline-offset: -2px;
|
|
803
|
+
}
|
|
804
|
+
@media (hover: hover) and (pointer: fine) {
|
|
805
|
+
._ActionBarAction_ze0ci_30:hover:not(._ActionBarAction--disabled_ze0ci_71) {
|
|
806
|
+
color: var(--credbuild-color-azure-06);
|
|
807
|
+
transition: none;
|
|
808
|
+
}
|
|
809
|
+
}
|
|
810
|
+
._ActionBarAction_ze0ci_30:active:not(._ActionBarAction--disabled_ze0ci_71),
|
|
811
|
+
._ActionBarAction--active_ze0ci_93 {
|
|
812
|
+
color: var(--credbuild-color-azure-07);
|
|
813
|
+
transition: none;
|
|
814
|
+
}
|
|
815
|
+
._ActionBar-group_ze0ci_38 * {
|
|
816
|
+
margin: 0;
|
|
817
|
+
}
|
|
818
|
+
._ActionBar-separator_ze0ci_102 {
|
|
819
|
+
background: var(--credbuild-color-grey-05);
|
|
820
|
+
margin-inline: 4px;
|
|
821
|
+
width: 0.5px;
|
|
822
|
+
height: 100%;
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/RichTextMenu/components/Control/styles.module.css/#css-module-data */
|
|
826
|
+
._Control_1aveu_1 .lucide {
|
|
827
|
+
height: 18px;
|
|
828
|
+
width: 18px;
|
|
829
|
+
}
|
|
830
|
+
._Control--inline_1aveu_6 .lucide {
|
|
831
|
+
height: 16px;
|
|
832
|
+
width: 16px;
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/Select/styles.module.css/#css-module-data */
|
|
836
|
+
._Select_16son_1 {
|
|
837
|
+
position: relative;
|
|
838
|
+
z-index: 1;
|
|
839
|
+
}
|
|
840
|
+
._Select-button_16son_6 {
|
|
841
|
+
align-items: center;
|
|
842
|
+
background: transparent;
|
|
843
|
+
border: none;
|
|
844
|
+
border-radius: 4px;
|
|
845
|
+
display: flex;
|
|
846
|
+
justify-content: center;
|
|
847
|
+
gap: 0px;
|
|
848
|
+
height: 100%;
|
|
849
|
+
padding: 4px;
|
|
850
|
+
padding-right: 2px;
|
|
851
|
+
}
|
|
852
|
+
._Select--hasOptions_16son_19 ._Select-button_16son_6 {
|
|
853
|
+
color: currentColor;
|
|
854
|
+
}
|
|
855
|
+
._Select--hasOptions_16son_19:not(._Select--disabled_16son_23) ._Select-button_16son_6 {
|
|
856
|
+
cursor: pointer;
|
|
857
|
+
}
|
|
858
|
+
._Select-buttonIcon_16son_27 {
|
|
859
|
+
align-items: center;
|
|
860
|
+
display: flex;
|
|
861
|
+
justify-content: center;
|
|
862
|
+
}
|
|
863
|
+
._Select--standalone_16son_33 ._Select-buttonIcon_16son_27 .lucide {
|
|
864
|
+
height: 18px;
|
|
865
|
+
width: 18px;
|
|
866
|
+
}
|
|
867
|
+
._Select--actionBar_16son_38 ._Select-buttonIcon_16son_27 .lucide {
|
|
868
|
+
height: 16px;
|
|
869
|
+
width: 16px;
|
|
870
|
+
}
|
|
871
|
+
._Select--hasOptions_16son_19:not(._Select--disabled_16son_23) ._Select-button_16son_6:hover,
|
|
872
|
+
._Select--hasValue_16son_44 ._Select-button_16son_6 {
|
|
873
|
+
background: var(--credbuild-color-grey-10);
|
|
874
|
+
color: var(--credbuild-color-azure-04);
|
|
875
|
+
}
|
|
876
|
+
._Select--disabled_16son_23 ._Select-button_16son_6 {
|
|
877
|
+
color: var(--credbuild-color-grey-07);
|
|
878
|
+
}
|
|
879
|
+
._Select--actionBar_16son_38 {
|
|
880
|
+
&._Select--hasOptions_16son_19 ._Select-button_16son_6:hover,
|
|
881
|
+
&._Select--hasValue_16son_44 ._Select-button_16son_6 {
|
|
882
|
+
background: none;
|
|
883
|
+
color: var(--credbuild-color-azure-07);
|
|
884
|
+
}
|
|
885
|
+
}
|
|
886
|
+
._Select-items_16son_61 {
|
|
887
|
+
background: white;
|
|
888
|
+
border: 1px solid var(--credbuild-color-grey-09);
|
|
889
|
+
border-radius: 8px;
|
|
890
|
+
margin: 10px 8px;
|
|
891
|
+
margin-left: 0;
|
|
892
|
+
padding: 4px;
|
|
893
|
+
z-index: 2;
|
|
894
|
+
list-style: none;
|
|
895
|
+
}
|
|
896
|
+
._SelectItem_16son_72 {
|
|
897
|
+
background: transparent;
|
|
898
|
+
border-radius: 4px;
|
|
899
|
+
border: none;
|
|
900
|
+
color: var(--credbuild-color-grey-04);
|
|
901
|
+
cursor: pointer;
|
|
902
|
+
display: flex;
|
|
903
|
+
gap: 8px;
|
|
904
|
+
align-items: center;
|
|
905
|
+
font-size: var(--credbuild-font-size-xxs);
|
|
906
|
+
margin: 0;
|
|
907
|
+
padding: 8px 12px;
|
|
908
|
+
width: 100%;
|
|
909
|
+
}
|
|
910
|
+
._SelectItem--isSelected_16son_87 {
|
|
911
|
+
background: var(--credbuild-color-azure-11);
|
|
912
|
+
color: var(--credbuild-color-azure-04);
|
|
913
|
+
font-weight: 500;
|
|
914
|
+
}
|
|
915
|
+
._SelectItem--isSelected_16son_87 ._SelectItem-icon_16son_93 {
|
|
916
|
+
color: var(--credbuild-color-azure-04);
|
|
917
|
+
}
|
|
918
|
+
._SelectItem_16son_72:hover {
|
|
919
|
+
background: var(--credbuild-color-azure-11);
|
|
920
|
+
color: var(--credbuild-color-azure-04);
|
|
921
|
+
}
|
|
922
|
+
|
|
923
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/RichTextEditor/styles.module.css/#css-module-data */
|
|
924
|
+
._RichTextEditor_hp4qf_1 .ProseMirror {
|
|
925
|
+
white-space: pre-wrap;
|
|
926
|
+
word-wrap: break-word;
|
|
927
|
+
cursor: text;
|
|
928
|
+
outline: none;
|
|
929
|
+
position: relative;
|
|
930
|
+
}
|
|
931
|
+
._RichTextEditor_hp4qf_1 .rich-text * {
|
|
932
|
+
white-space: pre-wrap;
|
|
933
|
+
user-select: auto;
|
|
934
|
+
-webkit-user-select: auto;
|
|
935
|
+
}
|
|
936
|
+
._RichTextEditor_hp4qf_1 .rich-text blockquote {
|
|
937
|
+
margin: 1em 0;
|
|
938
|
+
padding: 0 1em;
|
|
939
|
+
border-left: 4px solid var(--credbuild-color-grey-09);
|
|
940
|
+
}
|
|
941
|
+
._RichTextEditor_hp4qf_1 .rich-text code {
|
|
942
|
+
background-color: var(--credbuild-color-grey-11);
|
|
943
|
+
padding: 4px 8px;
|
|
944
|
+
border-radius: 4px;
|
|
945
|
+
}
|
|
946
|
+
._RichTextEditor_hp4qf_1 .rich-text p:empty::before {
|
|
947
|
+
content: "\a0";
|
|
948
|
+
}
|
|
949
|
+
._RichTextEditor_hp4qf_1 .rich-text pre code {
|
|
950
|
+
display: block;
|
|
951
|
+
padding: 8px 12px;
|
|
952
|
+
}
|
|
953
|
+
._RichTextEditor_hp4qf_1 .rich-text > *:first-child,
|
|
954
|
+
._RichTextEditor_hp4qf_1 .ProseMirror > *:first-child,
|
|
955
|
+
._RichTextEditor_hp4qf_1 .rich-text * p:first-of-type {
|
|
956
|
+
margin-top: 0;
|
|
957
|
+
}
|
|
958
|
+
._RichTextEditor_hp4qf_1 .rich-text > *:last-child,
|
|
959
|
+
._RichTextEditor_hp4qf_1 .ProseMirror > *:last-child,
|
|
960
|
+
._RichTextEditor_hp4qf_1 .rich-text * p:last-of-type {
|
|
961
|
+
margin-bottom: 0;
|
|
962
|
+
}
|
|
963
|
+
._RichTextEditor--editor_hp4qf_50 {
|
|
964
|
+
background: var(--credbuild-color-white);
|
|
965
|
+
border-width: 1px;
|
|
966
|
+
border-style: solid;
|
|
967
|
+
border-color: var(--credbuild-color-grey-09);
|
|
968
|
+
border-radius: 4px;
|
|
969
|
+
box-sizing: border-box;
|
|
970
|
+
display: flex;
|
|
971
|
+
flex-direction: column;
|
|
972
|
+
font-family: inherit;
|
|
973
|
+
font-size: var(--credbuild-font-size-xxs);
|
|
974
|
+
resize: vertical;
|
|
975
|
+
text-align: initial;
|
|
976
|
+
transition: border-color 50ms ease-in;
|
|
977
|
+
width: 100%;
|
|
978
|
+
max-width: 100%;
|
|
979
|
+
min-height: 128px;
|
|
980
|
+
}
|
|
981
|
+
._RichTextEditor--editor_hp4qf_50 .rich-text {
|
|
982
|
+
flex-grow: 1;
|
|
983
|
+
}
|
|
984
|
+
._RichTextEditor--editor_hp4qf_50 .rich-text:not(:has(.ProseMirror)),
|
|
985
|
+
._RichTextEditor--editor_hp4qf_50 .rich-text .ProseMirror {
|
|
986
|
+
height: 100%;
|
|
987
|
+
padding: 12px 15px;
|
|
988
|
+
}
|
|
989
|
+
._RichTextEditor--editor_hp4qf_50 .rich-text ul,
|
|
990
|
+
._RichTextEditor--editor_hp4qf_50 .rich-text ol {
|
|
991
|
+
padding-left: 24px;
|
|
992
|
+
}
|
|
993
|
+
._RichTextEditor--editor_hp4qf_50 .rich-text li {
|
|
994
|
+
line-height: 1.5;
|
|
995
|
+
}
|
|
996
|
+
._RichTextEditor--editor_hp4qf_50 .rich-text p {
|
|
997
|
+
margin-block: 12px;
|
|
998
|
+
}
|
|
999
|
+
._RichTextEditor--editor_hp4qf_50 .rich-text ul {
|
|
1000
|
+
list-style: disc;
|
|
1001
|
+
}
|
|
1002
|
+
._RichTextEditor--editor_hp4qf_50 .rich-text ol {
|
|
1003
|
+
list-style: decimal;
|
|
1004
|
+
}
|
|
1005
|
+
._RichTextEditor--editor_hp4qf_50:focus-within {
|
|
1006
|
+
border-color: var(--credbuild-color-grey-05);
|
|
1007
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1008
|
+
transition: none;
|
|
1009
|
+
}
|
|
1010
|
+
._RichTextEditor--editor_hp4qf_50._RichTextEditor--disabled_hp4qf_107 {
|
|
1011
|
+
background: var(--credbuild-color-grey-11);
|
|
1012
|
+
}
|
|
1013
|
+
._RichTextEditor_hp4qf_1:not(:focus-within):not(._RichTextEditor--isActive_hp4qf_111) .ProseMirror ::selection {
|
|
1014
|
+
background-color: transparent;
|
|
1015
|
+
}
|
|
1016
|
+
._RichTextEditor-menu_hp4qf_117 {
|
|
1017
|
+
border-bottom: 1px solid var(--credbuild-color-grey-10);
|
|
1018
|
+
position: sticky;
|
|
1019
|
+
top: 0;
|
|
1020
|
+
z-index: 1;
|
|
1021
|
+
}
|
|
1022
|
+
._RichTextEditor--disabled_hp4qf_107 ._RichTextEditor-menu_hp4qf_117 {
|
|
1023
|
+
border-bottom: 1px solid var(--credbuild-color-grey-09);
|
|
1024
|
+
}
|
|
1025
|
+
|
|
1026
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/AutoField/fields/ArrayField/styles.module.css/#css-module-data */
|
|
1027
|
+
._ArrayField_1q029_5 {
|
|
1028
|
+
display: flex;
|
|
1029
|
+
flex-direction: column;
|
|
1030
|
+
background: var(--credbuild-color-azure-11);
|
|
1031
|
+
border: 1px solid var(--credbuild-color-grey-09);
|
|
1032
|
+
border-radius: 4px;
|
|
1033
|
+
}
|
|
1034
|
+
._ArrayField--isDraggingFrom_1q029_13 {
|
|
1035
|
+
background-color: var(--credbuild-color-azure-11);
|
|
1036
|
+
overflow: hidden;
|
|
1037
|
+
}
|
|
1038
|
+
._ArrayField-addButton_1q029_18 {
|
|
1039
|
+
background-color: var(--credbuild-color-white);
|
|
1040
|
+
border: none;
|
|
1041
|
+
border-radius: 3px;
|
|
1042
|
+
display: flex;
|
|
1043
|
+
color: var(--credbuild-color-azure-05);
|
|
1044
|
+
justify-content: center;
|
|
1045
|
+
cursor: pointer;
|
|
1046
|
+
width: 100%;
|
|
1047
|
+
margin: 0;
|
|
1048
|
+
padding: 14px;
|
|
1049
|
+
text-align: left;
|
|
1050
|
+
transition: background-color 50ms ease-in;
|
|
1051
|
+
}
|
|
1052
|
+
._ArrayField--hasItems_1q029_33 > ._ArrayField-addButton_1q029_18 {
|
|
1053
|
+
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1054
|
+
border-top-left-radius: 0;
|
|
1055
|
+
border-top-right-radius: 0;
|
|
1056
|
+
}
|
|
1057
|
+
._ArrayField-addButton_1q029_18:focus-visible {
|
|
1058
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1059
|
+
outline-offset: 2px;
|
|
1060
|
+
position: relative;
|
|
1061
|
+
}
|
|
1062
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1063
|
+
._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:hover {
|
|
1064
|
+
background: var(--credbuild-color-azure-12);
|
|
1065
|
+
color: var(--credbuild-color-azure-04);
|
|
1066
|
+
transition: none;
|
|
1067
|
+
}
|
|
1068
|
+
}
|
|
1069
|
+
._ArrayField_1q029_5:not(._ArrayField--isDraggingFrom_1q029_13) > ._ArrayField-addButton_1q029_18:active {
|
|
1070
|
+
background: var(--credbuild-color-azure-11);
|
|
1071
|
+
color: var(--credbuild-color-azure-04);
|
|
1072
|
+
transition: none;
|
|
1073
|
+
}
|
|
1074
|
+
._ArrayField-inner_1q029_59 {
|
|
1075
|
+
margin-top: -1px;
|
|
1076
|
+
}
|
|
1077
|
+
._ArrayFieldItem_1q029_67 {
|
|
1078
|
+
border-top-left-radius: 3px;
|
|
1079
|
+
border-top-right-radius: 3px;
|
|
1080
|
+
display: block;
|
|
1081
|
+
position: relative;
|
|
1082
|
+
}
|
|
1083
|
+
._ArrayFieldItem_1q029_67 {
|
|
1084
|
+
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1085
|
+
}
|
|
1086
|
+
._ArrayFieldItem--isDragging_1q029_78 {
|
|
1087
|
+
border-top: transparent;
|
|
1088
|
+
}
|
|
1089
|
+
._ArrayFieldItem--isExpanded_1q029_82::before {
|
|
1090
|
+
display: none;
|
|
1091
|
+
}
|
|
1092
|
+
._ArrayFieldItem--isExpanded_1q029_82 {
|
|
1093
|
+
border-bottom: 0;
|
|
1094
|
+
outline-offset: 0px !important;
|
|
1095
|
+
outline: 1px solid var(--credbuild-color-azure-07) !important;
|
|
1096
|
+
z-index: 2;
|
|
1097
|
+
}
|
|
1098
|
+
._ArrayFieldItem--isDragging_1q029_78 {
|
|
1099
|
+
outline: 2px var(--credbuild-color-azure-09) solid !important;
|
|
1100
|
+
}
|
|
1101
|
+
._ArrayFieldItem--isDragging_1q029_78 ._ArrayFieldItem-summary_1q029_97:active {
|
|
1102
|
+
background-color: var(--credbuild-color-white);
|
|
1103
|
+
}
|
|
1104
|
+
._ArrayFieldItem_1q029_67 + ._ArrayFieldItem_1q029_67 {
|
|
1105
|
+
border-top-left-radius: 0;
|
|
1106
|
+
border-top-right-radius: 0;
|
|
1107
|
+
}
|
|
1108
|
+
._ArrayFieldItem-summary_1q029_97 {
|
|
1109
|
+
background: var(--credbuild-color-white);
|
|
1110
|
+
color: var(--credbuild-color-grey-04);
|
|
1111
|
+
cursor: pointer;
|
|
1112
|
+
display: flex;
|
|
1113
|
+
align-items: center;
|
|
1114
|
+
gap: 2px;
|
|
1115
|
+
justify-content: space-between;
|
|
1116
|
+
font-size: var(--credbuild-font-size-xxs);
|
|
1117
|
+
list-style: none;
|
|
1118
|
+
padding: 12px 15px;
|
|
1119
|
+
position: relative;
|
|
1120
|
+
overflow: hidden;
|
|
1121
|
+
transition: background-color 50ms ease-in;
|
|
1122
|
+
}
|
|
1123
|
+
._ArrayFieldItem--noFields_1q029_122 > ._ArrayFieldItem-summary_1q029_97 {
|
|
1124
|
+
cursor: grab;
|
|
1125
|
+
}
|
|
1126
|
+
._ArrayFieldItem_1q029_67:first-of-type > ._ArrayFieldItem-summary_1q029_97 {
|
|
1127
|
+
border-top-left-radius: 3px;
|
|
1128
|
+
border-top-right-radius: 3px;
|
|
1129
|
+
}
|
|
1130
|
+
._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem_1q029_67:last-of-type:not(._ArrayFieldItem--isExpanded_1q029_82) > ._ArrayFieldItem-summary_1q029_97 {
|
|
1131
|
+
border-bottom-left-radius: 3px;
|
|
1132
|
+
border-bottom-right-radius: 3px;
|
|
1133
|
+
}
|
|
1134
|
+
._ArrayField--addDisabled_1q029_131 > ._ArrayField-inner_1q029_59 > ._ArrayFieldItem--isExpanded_1q029_82:last-of-type {
|
|
1135
|
+
border-bottom-left-radius: 3px;
|
|
1136
|
+
border-bottom-right-radius: 3px;
|
|
1137
|
+
}
|
|
1138
|
+
._ArrayFieldItem-summary_1q029_97:focus-visible {
|
|
1139
|
+
outline: 2px solid var(--credbuild-color-azure-05);
|
|
1140
|
+
outline-offset: 2px;
|
|
1141
|
+
}
|
|
1142
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1143
|
+
._ArrayFieldItem-summary_1q029_97:hover {
|
|
1144
|
+
background-color: var(--credbuild-color-azure-12);
|
|
1145
|
+
transition: none;
|
|
1146
|
+
}
|
|
1147
|
+
}
|
|
1148
|
+
._ArrayFieldItem-summary_1q029_97:active {
|
|
1149
|
+
background-color: var(--credbuild-color-azure-11);
|
|
1150
|
+
transition: none;
|
|
1151
|
+
}
|
|
1152
|
+
._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-summary_1q029_97 {
|
|
1153
|
+
background: var(--credbuild-color-azure-11);
|
|
1154
|
+
color: var(--credbuild-color-azure-04);
|
|
1155
|
+
font-weight: 600;
|
|
1156
|
+
transition: none;
|
|
1157
|
+
}
|
|
1158
|
+
._ArrayFieldItem-body_1q029_170 {
|
|
1159
|
+
background: var(--credbuild-color-white);
|
|
1160
|
+
display: none;
|
|
1161
|
+
}
|
|
1162
|
+
._ArrayFieldItem--isExpanded_1q029_82 > ._ArrayFieldItem-body_1q029_170 {
|
|
1163
|
+
display: block;
|
|
1164
|
+
}
|
|
1165
|
+
._ArrayFieldItem-fieldset_1q029_179 {
|
|
1166
|
+
border: none;
|
|
1167
|
+
border-top: 1px solid var(--credbuild-color-grey-09);
|
|
1168
|
+
margin: 0;
|
|
1169
|
+
min-width: 0;
|
|
1170
|
+
padding: 16px 15px;
|
|
1171
|
+
}
|
|
1172
|
+
._ArrayFieldItem-rhs_1q029_187 {
|
|
1173
|
+
display: flex;
|
|
1174
|
+
gap: 4px;
|
|
1175
|
+
align-items: center;
|
|
1176
|
+
}
|
|
1177
|
+
._ArrayFieldItem-actions_1q029_193 {
|
|
1178
|
+
color: var(--credbuild-color-grey-04);
|
|
1179
|
+
display: flex;
|
|
1180
|
+
gap: 4px;
|
|
1181
|
+
opacity: 0;
|
|
1182
|
+
}
|
|
1183
|
+
._ArrayFieldItem-summary_1q029_97:focus-within > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193,
|
|
1184
|
+
._ArrayFieldItem-summary_1q029_97:hover > ._ArrayFieldItem-rhs_1q029_187 > ._ArrayFieldItem-actions_1q029_193 {
|
|
1185
|
+
opacity: 1;
|
|
1186
|
+
}
|
|
1187
|
+
|
|
1188
|
+
/* css-module:/home/crediblemark/Project/Credibuild/components/DragIcon/styles.module.css/#css-module-data */
|
|
1189
|
+
._DragIcon_ei1r9_1 {
|
|
1190
|
+
color: var(--credbuild-color-grey-05);
|
|
1191
|
+
cursor: grab;
|
|
1192
|
+
padding: 4px;
|
|
1193
|
+
border-radius: 4px;
|
|
1194
|
+
}
|
|
1195
|
+
._DragIcon--disabled_ei1r9_8 {
|
|
1196
|
+
cursor: no-drop;
|
|
1197
|
+
}
|
|
1198
|
+
@media (hover: hover) and (pointer: fine) {
|
|
1199
|
+
._DragIcon_ei1r9_1:not(._DragIcon--disabled_ei1r9_8):hover {
|
|
1200
|
+
color: var(--credbuild-color-azure-05);
|
|
1201
|
+
background-color: var(--credbuild-color-azure-12);
|
|
1202
|
+
}
|
|
1203
|
+
}
|
|
1204
|
+
|
|
1205
|
+
/* components/Sortable/styles.css */
|
|
1206
|
+
[data-dnd-placeholder] * {
|
|
1207
|
+
opacity: 0 !important;
|
|
1208
|
+
}
|
|
1209
|
+
[data-dnd-placeholder] {
|
|
1210
|
+
background: var(--credbuild-color-azure-09) !important;
|
|
1211
|
+
border: none !important;
|
|
1212
|
+
color: #00000000 !important;
|
|
1213
|
+
opacity: 0.3 !important;
|
|
1214
|
+
outline: none !important;
|
|
1215
|
+
transition: none !important;
|
|
1216
|
+
}
|