@gem-sdk/styles 1.13.7 → 1.13.9
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/base.css +6 -54
- package/dist/base.min.css +1 -1
- package/package.json +1 -1
- package/src/css/builds/base.css +8 -60
- package/src/css/builds/builder.css +1 -1
package/dist/base.css
CHANGED
|
@@ -166,7 +166,6 @@ p {
|
|
|
166
166
|
margin-block-end: 0px;
|
|
167
167
|
}
|
|
168
168
|
.gp-p-description-text h1 {
|
|
169
|
-
display: block;
|
|
170
169
|
font-size: 2em;
|
|
171
170
|
-webkit-margin-before: 0.67em;
|
|
172
171
|
margin-block-start: 0.67em;
|
|
@@ -176,21 +175,20 @@ p {
|
|
|
176
175
|
margin-inline-start: 0px;
|
|
177
176
|
-webkit-margin-end: 0px;
|
|
178
177
|
margin-inline-end: 0px;
|
|
178
|
+
}
|
|
179
|
+
.gp-p-description-text h1, .gp-p-description-text h2, .gp-p-description-text h3, .gp-p-description-text h4, .gp-p-description-text h5, .gp-p-description-text h6 {
|
|
180
|
+
display: block;
|
|
179
181
|
font-weight: bold;
|
|
182
|
+
}
|
|
183
|
+
.gp-p-description-text p, .gp-p-description-text h1, .gp-p-description-text h2, .gp-p-description-text h3, .gp-p-description-text h4, .gp-p-description-text h5, .gp-p-description-text h6 {
|
|
180
184
|
margin: 0 0 1em 0;
|
|
181
185
|
line-height: 1.4;
|
|
182
186
|
}
|
|
183
187
|
.gp-p-description-text h2 {
|
|
184
188
|
font-size: 1.5em;
|
|
185
|
-
font-weight: bold;
|
|
186
|
-
margin: 0 0 1em 0;
|
|
187
|
-
line-height: 1.4;
|
|
188
189
|
}
|
|
189
190
|
.gp-p-description-text h3 {
|
|
190
191
|
font-size: 1.17em;
|
|
191
|
-
font-weight: bold;
|
|
192
|
-
margin: 0 0 1em 0;
|
|
193
|
-
line-height: 1.4;
|
|
194
192
|
}
|
|
195
193
|
.gp-p-description-text a {
|
|
196
194
|
color: -webkit-link;
|
|
@@ -199,21 +197,12 @@ p {
|
|
|
199
197
|
}
|
|
200
198
|
.gp-p-description-text h4 {
|
|
201
199
|
font-size: 1em;
|
|
202
|
-
font-weight: bold;
|
|
203
|
-
margin: 0 0 1em 0;
|
|
204
|
-
line-height: 1.4;
|
|
205
200
|
}
|
|
206
201
|
.gp-p-description-text h5 {
|
|
207
202
|
font-size: 0.83em;
|
|
208
|
-
font-weight: bold;
|
|
209
|
-
margin: 0 0 1em 0;
|
|
210
|
-
line-height: 1.4;
|
|
211
203
|
}
|
|
212
204
|
.gp-p-description-text h6 {
|
|
213
205
|
font-size: 0.67em;
|
|
214
|
-
font-weight: bold;
|
|
215
|
-
margin: 0 0 1em 0;
|
|
216
|
-
line-height: 1.4;
|
|
217
206
|
}
|
|
218
207
|
.gp-p-description-text ul {
|
|
219
208
|
list-style-type: disc;
|
|
@@ -221,10 +210,6 @@ p {
|
|
|
221
210
|
.gp-p-description-text ol {
|
|
222
211
|
list-style-type: decimal;
|
|
223
212
|
}
|
|
224
|
-
.gp-p-description-text p {
|
|
225
|
-
margin: 0 0 1em 0;
|
|
226
|
-
line-height: 1.4;
|
|
227
|
-
}
|
|
228
213
|
.gp-p-description-text ul li {
|
|
229
214
|
list-style: disc outside none;
|
|
230
215
|
display: list-item;
|
|
@@ -257,37 +242,4 @@ p {
|
|
|
257
242
|
}
|
|
258
243
|
.gp-tab-header-list::-webkit-scrollbar {
|
|
259
244
|
display: none;
|
|
260
|
-
}
|
|
261
|
-
.gps-page-suggestion {
|
|
262
|
-
background: #fff;
|
|
263
|
-
border: solid 1px transparent;
|
|
264
|
-
background-clip: padding-box;
|
|
265
|
-
box-sizing: border-box;
|
|
266
|
-
border-radius: 3px;
|
|
267
|
-
font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
|
|
268
|
-
}
|
|
269
|
-
.gps-page-suggestion:before {
|
|
270
|
-
content: '';
|
|
271
|
-
position: absolute;
|
|
272
|
-
top: -1px;
|
|
273
|
-
right: -1px;
|
|
274
|
-
bottom: -1px;
|
|
275
|
-
left: -1px;
|
|
276
|
-
z-index: -2;
|
|
277
|
-
border-radius: inherit; /* !importanté */
|
|
278
|
-
background: linear-gradient(89.63deg, #874cfd 27.59%, #3c38e1 82.67%);
|
|
279
|
-
height: calc(100% + 2px);
|
|
280
|
-
width: calc(100% + 2px);
|
|
281
|
-
}
|
|
282
|
-
.gps-suggestion-item:hover .gps-suggestion-item-btn {
|
|
283
|
-
visibility: visible;
|
|
284
|
-
}
|
|
285
|
-
.gps-suggestion-item:hover .item-link {
|
|
286
|
-
white-space: nowrap;
|
|
287
|
-
overflow: hidden;
|
|
288
|
-
text-overflow: ellipsis;
|
|
289
|
-
width: 295px;
|
|
290
|
-
}
|
|
291
|
-
.gps-base-font-family {
|
|
292
|
-
font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
|
|
293
|
-
}
|
|
245
|
+
}
|
package/dist/base.min.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
@tailwind base;@tailwind components;@tailwind utilities;html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}#__next{height:100%;overflow-x:clip}.wrapper{margin-left:auto;margin-right:auto;max-width:var(--g-ct-w,1200px);padding-left:var(--g-ct-p);padding-right:var(--g-ct-p);width:100%}.gem-slider:not([data-keen-slider-disabled]){align-content:flex-start;display:flex;min-height:100%;overflow:hidden;position:relative;width:100%}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}.pl-safe{padding-left:env(safe-area-inset-left)}.pr-safe{padding-right:env(safe-area-inset-right)}.p-safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.px-safe{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.py-safe{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.h-safe{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.min-h-safe{min-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gp-text ol,.gp-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-text ul{list-style-type:disc}.gp-text li{list-style-position:inside}.gp-text ol{list-style-type:decimal}[data-slot=children]{align-items:center;border:1px dashed #9e9e9e;border-radius:3px;display:inline-flex;height:100%;justify-content:center;min-height:60px;overflow:hidden;visibility:hidden;width:100%}[data-slot=children]:after{content:"Drop element here";font-size:14px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;visibility:hidden;white-space:nowrap}.gp-dialog{display:none}.gp-dialog[open]{display:block}.gp-dialog:modal{position:fixed}h1,h2,h3,h4,h5,h6{word-break:normal}p{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:inherit}.gp-p-description-text ol,.gp-p-description-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-p-description-text ol ol{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.gp-p-description-text h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;-webkit-margin-start:0;-webkit-margin-end:0;
|
|
1
|
+
@tailwind base;@tailwind components;@tailwind utilities;html{-webkit-tap-highlight-color:transparent;scroll-behavior:smooth}#__next{height:100%;overflow-x:clip}.wrapper{margin-left:auto;margin-right:auto;max-width:var(--g-ct-w,1200px);padding-left:var(--g-ct-p);padding-right:var(--g-ct-p);width:100%}.gem-slider:not([data-keen-slider-disabled]){align-content:flex-start;display:flex;min-height:100%;overflow:hidden;position:relative;width:100%}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-reverse]{flex-direction:row-reverse}.gem-slider:not([data-keen-slider-disabled])[data-keen-slider-v]{flex-wrap:wrap}[data-keen-slider-moves] *{pointer-events:none}.pb-safe{padding-bottom:env(safe-area-inset-bottom)}.pt-safe{padding-top:env(safe-area-inset-top)}.pl-safe{padding-left:env(safe-area-inset-left)}.pr-safe{padding-right:env(safe-area-inset-right)}.p-safe{padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.px-safe{padding-left:env(safe-area-inset-left);padding-right:env(safe-area-inset-right)}.py-safe{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}.h-safe{height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.min-h-safe{min-height:calc(100vh - env(safe-area-inset-top) - env(safe-area-inset-bottom))}.gp-text ol,.gp-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-text ul{list-style-type:disc}.gp-text li{list-style-position:inside}.gp-text ol{list-style-type:decimal}[data-slot=children]{align-items:center;border:1px dashed #9e9e9e;border-radius:3px;display:inline-flex;height:100%;justify-content:center;min-height:60px;overflow:hidden;visibility:hidden;width:100%}[data-slot=children]:after{content:"Drop element here";font-size:14px;font-weight:700;overflow:hidden;text-align:center;text-overflow:ellipsis;visibility:hidden;white-space:nowrap}.gp-dialog{display:none}.gp-dialog[open]{display:block}.gp-dialog:modal{position:fixed}h1,h2,h3,h4,h5,h6{word-break:normal}p{color:inherit;font-family:inherit;font-size:inherit;font-weight:inherit;line-height:inherit;text-align:inherit}.gp-p-description-text ol,.gp-p-description-text ul{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:0;-webkit-margin-end:0;-webkit-padding-start:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:0;margin-inline-start:0;padding-inline-start:40px;padding-left:40px}.gp-p-description-text ol ol{-webkit-margin-before:0;-webkit-margin-after:0;margin-block-end:0;margin-block-start:0}.gp-p-description-text h1{-webkit-margin-before:.67em;-webkit-margin-after:.67em;-webkit-margin-start:0;-webkit-margin-end:0;font-size:2em;margin-block-end:.67em;margin-block-start:.67em;margin-inline-end:0;margin-inline-start:0}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6{display:block;font-weight:700}.gp-p-description-text h1,.gp-p-description-text h2,.gp-p-description-text h3,.gp-p-description-text h4,.gp-p-description-text h5,.gp-p-description-text h6,.gp-p-description-text p{line-height:1.4;margin:0 0 1em}.gp-p-description-text h2{font-size:1.5em}.gp-p-description-text h3{font-size:1.17em}.gp-p-description-text a{color:-webkit-link;cursor:text;text-decoration:underline}.gp-p-description-text h4{font-size:1em}.gp-p-description-text h5{font-size:.83em}.gp-p-description-text h6{font-size:.67em}.gp-p-description-text ul{list-style-type:disc}.gp-p-description-text ol{list-style-type:decimal}.gp-p-description-text ul li{display:list-item;list-style:disc none outside;text-align:-webkit-match-parent;word-break:break-word}.gp-p-description-text blockquote{-webkit-margin-before:1em;-webkit-margin-after:1em;-webkit-margin-start:40px;-webkit-margin-end:40px;display:block;margin-block-end:1em;margin-block-start:1em;margin-inline-end:40px;margin-inline-start:40px}.gp-p-description-text table,.gp-p-description-text td,.gp-p-description-text th{border:1px dashed #ccc;padding:unset}.gp-p-description-text table{border-collapse:separate;border-spacing:2px;box-sizing:border-box;display:table;text-indent:0}.gp-tab-header-list::-webkit-scrollbar{display:none}
|
package/package.json
CHANGED
package/src/css/builds/base.css
CHANGED
|
@@ -172,29 +172,29 @@ p {
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
.gp-p-description-text h1 {
|
|
175
|
-
display: block;
|
|
176
175
|
font-size: 2em;
|
|
177
176
|
margin-block-start: 0.67em;
|
|
178
177
|
margin-block-end: 0.67em;
|
|
179
178
|
margin-inline-start: 0px;
|
|
180
179
|
margin-inline-end: 0px;
|
|
180
|
+
}
|
|
181
|
+
|
|
182
|
+
.gp-p-description-text h1, .gp-p-description-text h2, .gp-p-description-text h3, .gp-p-description-text h4, .gp-p-description-text h5, .gp-p-description-text h6 {
|
|
183
|
+
display: block;
|
|
181
184
|
font-weight: bold;
|
|
185
|
+
}
|
|
186
|
+
|
|
187
|
+
.gp-p-description-text p, .gp-p-description-text h1, .gp-p-description-text h2, .gp-p-description-text h3, .gp-p-description-text h4, .gp-p-description-text h5, .gp-p-description-text h6 {
|
|
182
188
|
margin: 0 0 1em 0;
|
|
183
189
|
line-height: 1.4;
|
|
184
190
|
}
|
|
185
191
|
|
|
186
192
|
.gp-p-description-text h2 {
|
|
187
193
|
font-size: 1.5em;
|
|
188
|
-
font-weight: bold;
|
|
189
|
-
margin: 0 0 1em 0;
|
|
190
|
-
line-height: 1.4;
|
|
191
194
|
}
|
|
192
195
|
|
|
193
196
|
.gp-p-description-text h3 {
|
|
194
197
|
font-size: 1.17em;
|
|
195
|
-
font-weight: bold;
|
|
196
|
-
margin: 0 0 1em 0;
|
|
197
|
-
line-height: 1.4;
|
|
198
198
|
}
|
|
199
199
|
|
|
200
200
|
.gp-p-description-text a {
|
|
@@ -205,23 +205,14 @@ p {
|
|
|
205
205
|
|
|
206
206
|
.gp-p-description-text h4 {
|
|
207
207
|
font-size: 1em;
|
|
208
|
-
font-weight: bold;
|
|
209
|
-
margin: 0 0 1em 0;
|
|
210
|
-
line-height: 1.4;
|
|
211
208
|
}
|
|
212
209
|
|
|
213
210
|
.gp-p-description-text h5 {
|
|
214
211
|
font-size: 0.83em;
|
|
215
|
-
font-weight: bold;
|
|
216
|
-
margin: 0 0 1em 0;
|
|
217
|
-
line-height: 1.4;
|
|
218
212
|
}
|
|
219
213
|
|
|
220
214
|
.gp-p-description-text h6 {
|
|
221
215
|
font-size: 0.67em;
|
|
222
|
-
font-weight: bold;
|
|
223
|
-
margin: 0 0 1em 0;
|
|
224
|
-
line-height: 1.4;
|
|
225
216
|
}
|
|
226
217
|
|
|
227
218
|
.gp-p-description-text ul {
|
|
@@ -231,11 +222,6 @@ p {
|
|
|
231
222
|
list-style-type: decimal;
|
|
232
223
|
}
|
|
233
224
|
|
|
234
|
-
.gp-p-description-text p {
|
|
235
|
-
margin: 0 0 1em 0;
|
|
236
|
-
line-height: 1.4;
|
|
237
|
-
}
|
|
238
|
-
|
|
239
225
|
.gp-p-description-text ul li {
|
|
240
226
|
list-style: disc outside none;
|
|
241
227
|
display: list-item;
|
|
@@ -268,42 +254,4 @@ p {
|
|
|
268
254
|
|
|
269
255
|
.gp-tab-header-list::-webkit-scrollbar {
|
|
270
256
|
display: none;
|
|
271
|
-
}
|
|
272
|
-
|
|
273
|
-
.gps-page-suggestion {
|
|
274
|
-
background: #fff;
|
|
275
|
-
border: solid 1px transparent;
|
|
276
|
-
background-clip: padding-box;
|
|
277
|
-
box-sizing: border-box;
|
|
278
|
-
border-radius: 3px;
|
|
279
|
-
font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
|
|
280
|
-
}
|
|
281
|
-
|
|
282
|
-
.gps-page-suggestion:before {
|
|
283
|
-
content: '';
|
|
284
|
-
position: absolute;
|
|
285
|
-
top: -1px;
|
|
286
|
-
right: -1px;
|
|
287
|
-
bottom: -1px;
|
|
288
|
-
left: -1px;
|
|
289
|
-
z-index: -2;
|
|
290
|
-
border-radius: inherit; /* !importanté */
|
|
291
|
-
background: linear-gradient(89.63deg, #874cfd 27.59%, #3c38e1 82.67%);
|
|
292
|
-
height: calc(100% + 2px);
|
|
293
|
-
width: calc(100% + 2px);
|
|
294
|
-
}
|
|
295
|
-
|
|
296
|
-
.gps-suggestion-item:hover .gps-suggestion-item-btn {
|
|
297
|
-
visibility: visible;
|
|
298
|
-
}
|
|
299
|
-
|
|
300
|
-
.gps-suggestion-item:hover .item-link {
|
|
301
|
-
white-space: nowrap;
|
|
302
|
-
overflow: hidden;
|
|
303
|
-
text-overflow: ellipsis;
|
|
304
|
-
width: 295px;
|
|
305
|
-
}
|
|
306
|
-
|
|
307
|
-
.gps-base-font-family {
|
|
308
|
-
font-family: Inter, sans-serif, ui-sans-serif, system-ui !important;
|
|
309
|
-
}
|
|
257
|
+
}
|