dmencu 0.3.57 → 0.3.58

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.
@@ -60,6 +60,10 @@ anchoNormal(ancho)
60
60
  &[resumen-estado="actual"]
61
61
  background-color blue
62
62
  color #FFFFFF
63
+ &:disabled
64
+ color #6c757d !important
65
+ background-color transparent !important
66
+ opacity 0.5 !important
63
67
 
64
68
  .casillero
65
69
  font-size 1.2rem
@@ -60,6 +60,10 @@ anchoNormal(ancho)
60
60
  &[resumen-estado="actual"]
61
61
  background-color blue
62
62
  color #FFFFFF
63
+ &:disabled
64
+ color #6c757d !important
65
+ background-color transparent !important
66
+ opacity 0.5 !important
63
67
 
64
68
  .casillero
65
69
  font-size 1.2rem
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": "0.3.57",
4
+ "version": "0.3.58",
5
5
  "author": "Codenautas <codenautas@googlegroups.com>",
6
6
  "license": "MIT",
7
7
  "main": "dist/server/server/app-dmencu.js",