dmencu 3.1.0 → 3.1.1
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/client/unlogged/css/formulario-react.styl +21 -0
- package/dist/client/unlogged/render-formulario.js +13 -9
- package/dist/client/unlogged/render-formulario.tsx +12 -8
- package/dist/unlogged/unlogged/css/formulario-react.styl +21 -0
- package/dist/unlogged/unlogged/render-formulario.js +13 -9
- package/dist/unlogged/unlogged/render-formulario.tsx +12 -8
- package/package.json +1 -1
|
@@ -134,6 +134,21 @@ anchoNormal(ancho)
|
|
|
134
134
|
margin-left 0.5em
|
|
135
135
|
> .contenido
|
|
136
136
|
margin-left 3em
|
|
137
|
+
&:has(> .multiple[despliegue-encabezado~=lateral]),
|
|
138
|
+
&:has(> .pregunta[despliegue-encabezado~=lateral])
|
|
139
|
+
display grid
|
|
140
|
+
grid-template-columns fit-content(60%) 1fr
|
|
141
|
+
row-gap 0.25rem
|
|
142
|
+
> .pregunta[despliegue-encabezado~=lateral],
|
|
143
|
+
> .multiple[despliegue-encabezado~=lateral]
|
|
144
|
+
display grid
|
|
145
|
+
grid-template-columns subgrid
|
|
146
|
+
grid-column 1 / -1
|
|
147
|
+
align-items center
|
|
148
|
+
> .encabezado
|
|
149
|
+
grid-column 1
|
|
150
|
+
> .contenido
|
|
151
|
+
grid-column 2
|
|
137
152
|
> .multiple
|
|
138
153
|
> .encabezado
|
|
139
154
|
flex-grow: 1
|
|
@@ -371,9 +386,13 @@ div.acciones-pregunta
|
|
|
371
386
|
background-image url("../img/fondo-salteado-error.png")
|
|
372
387
|
background-size 32px
|
|
373
388
|
background-repeat repeat
|
|
389
|
+
.btn
|
|
390
|
+
background-color transparent !important
|
|
374
391
|
[nuestro-validator=invalida]
|
|
375
392
|
boton-id-div()
|
|
376
393
|
background repeating-linear-gradient(45deg, #eee, #eee 10px, #f99 10px, #f99 12px)
|
|
394
|
+
.btn
|
|
395
|
+
background-color transparent !important
|
|
377
396
|
[esta-inhabilitada=SI]
|
|
378
397
|
&[ocultar-salteada=INHABILITAR]
|
|
379
398
|
&[tiene-valor=NO]
|
|
@@ -401,6 +420,8 @@ div.acciones-pregunta
|
|
|
401
420
|
background-repeat repeat
|
|
402
421
|
[nuestro-validator=fuera_de_flujo_por_omitida]
|
|
403
422
|
background repeating-linear-gradient(45deg, #eee, #eee 10px, #fcc 10px, #fcc 12px)
|
|
423
|
+
.btn
|
|
424
|
+
background-color transparent !important
|
|
404
425
|
&[tiene-valor=SI]
|
|
405
426
|
boton-id-div()
|
|
406
427
|
|