dmencu 0.3.57 → 0.3.59

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