dmencu 2.1.15 → 2.1.17

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.
@@ -13,7 +13,7 @@ td[my-mandatory=optativo]empty
13
13
  .boton-accion
14
14
  cursor pointer !important
15
15
  border-radius 0.25rem !important
16
- font-size 1em !important
16
+ //font-size 1em !important
17
17
  display inline-flex !important
18
18
  margin-right 3px
19
19
 
@@ -26,8 +26,8 @@ td[my-mandatory=optativo]empty
26
26
 
27
27
  .boton-accion-avance
28
28
  color #fff !important
29
- background-color #007bff !important
30
- border-color #007bff !important
29
+ background-color #1976d2 !important
30
+ border-color #1976d2 !important
31
31
  .svg-acciones
32
32
  fill #fff !important
33
33
 
@@ -80,10 +80,10 @@ td[my-mandatory=optativo]empty
80
80
  transition .4s
81
81
 
82
82
  input:checked + .slider
83
- background-color #007bff
83
+ background-color #1976d2
84
84
 
85
85
  input:focus + .slider
86
- box-shadow 0 0 1px #007bff
86
+ box-shadow 0 0 1px #1976d2
87
87
 
88
88
  input:checked + .slider:before
89
89
  -webkit-transform translateX(26px)
@@ -111,17 +111,17 @@ input:checked + .slider:before
111
111
  margin-bottom 10px
112
112
  #boton-cerrar-encuesta
113
113
  color #fff
114
- background-color #007bff
115
- border-color #007bff
114
+ background-color #1976d2
115
+ border-color #1976d2
116
116
  svg
117
117
  fill #fff
118
118
  height 1.5em
119
119
  width 1.5em
120
120
  #boton-volver-a-encuesta
121
121
  margin-left 5px
122
- color #007bff
122
+ color #1976d2
123
123
  background-color #fff
124
- border-color #007bff
124
+ border-color #1976d2
125
125
 
126
126
  .boton-blanquear-dm
127
127
  margin-top 15px
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "dmencu",
3
3
  "description": "DM Encu - Encuestas en dispositivo móvil",
4
- "version": "2.1.15",
4
+ "version": "2.1.17",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",
@@ -15,7 +15,7 @@
15
15
  "memoize-one": "~6.0.0",
16
16
  "meta-enc": "^1.4.16",
17
17
  "procesamiento": "^2.0.10",
18
- "backend-plus": "^2.5.6",
18
+ "backend-plus": "^2.5.11",
19
19
  "qrcode": "^1.5.3",
20
20
  "react": "~17.0.2",
21
21
  "react-dom": "~17.0.2",