dmencu 2.1.19 → 2.1.21
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/client/client.js +5 -5
- package/dist/client/unlogged/css/formulario-react.styl +19 -11
- package/dist/client/unlogged/render-formulario.tsx +21 -28
- package/dist/client/unlogged/render-general.tsx +16 -0
- package/dist/server/server/app-dmencu.d.ts +13 -15
- package/dist/server/server/app-dmencu.js +71 -54
- package/dist/unlogged/unlogged/css/formulario-react.styl +19 -11
- package/dist/unlogged/unlogged/render-formulario.js +16 -26
- package/dist/unlogged/unlogged/render-formulario.tsx +21 -28
- package/dist/unlogged/unlogged/render-general.d.ts +1 -0
- package/dist/unlogged/unlogged/render-general.js +17 -2
- package/dist/unlogged/unlogged/render-general.tsx +16 -0
- package/dist/unlogged/unlogged/unlogged.js +3 -3
- package/package.json +3 -3
|
@@ -1,11 +1,13 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: 'FormFont';
|
|
3
|
-
src: local('Roboto-Regular'), local('Roboto'), url('Roboto-Regular.ttf') format('truetype');
|
|
4
|
-
}
|
|
5
|
-
|
|
6
1
|
colorFondoEncabezadoBloque = #888
|
|
7
2
|
colorFondoIdBloque = #DDD
|
|
8
3
|
|
|
4
|
+
fuente-sistema = Roboto, "Segoe UI", "Helvetica Neue", Helvetica, Arial, sans-serif
|
|
5
|
+
|
|
6
|
+
body
|
|
7
|
+
font-family fuente-sistema
|
|
8
|
+
-webkit-font-smoothing antialiased // Mejora el renderizado en Chrome/Edge
|
|
9
|
+
-moz-osx-font-smoothing grayscale
|
|
10
|
+
|
|
9
11
|
.x-body
|
|
10
12
|
.casillero, .encabezado, .contenido
|
|
11
13
|
border-style dashed !important
|
|
@@ -25,7 +27,6 @@ anchoNormal(ancho)
|
|
|
25
27
|
width ancho
|
|
26
28
|
|
|
27
29
|
.formulario, .hoja-de-ruta
|
|
28
|
-
font-family 'FormFont'
|
|
29
30
|
max-width 768px
|
|
30
31
|
margin-top 75px //ajustado para /CAMPO
|
|
31
32
|
.btn
|
|
@@ -597,14 +598,21 @@ app-cache-version, #app-dm-version
|
|
|
597
598
|
font-size 80%
|
|
598
599
|
|
|
599
600
|
.download-dm-button
|
|
600
|
-
font-size
|
|
601
|
-
|
|
601
|
+
font-size 110%
|
|
602
|
+
|
|
602
603
|
.download-dm-button-cont
|
|
603
|
-
font-size
|
|
604
|
-
background-color #
|
|
604
|
+
font-size 110%
|
|
605
|
+
background-color #1976d2
|
|
605
606
|
border-radius 5px
|
|
606
607
|
color white
|
|
607
|
-
|
|
608
|
+
|
|
609
|
+
.download-dm-button-cont[modo-dm=capa], .info-modo[modo-dm=capa]
|
|
610
|
+
background-color #198754
|
|
611
|
+
color white
|
|
612
|
+
width fit-content
|
|
613
|
+
|
|
614
|
+
.info-modo
|
|
615
|
+
padding 2px 10px 4px
|
|
608
616
|
|
|
609
617
|
.tab-counter
|
|
610
618
|
display inline-block
|