Commit 9322c90a164f2361a2023af6d18ec1af007b2a87

Authored by Pablo Marco del Pont
1 parent 6936e88536
Exists in master

- Cambios según code review.

src/sass/_botonera-secundaria.scss
1 1 .botonera-secundaria {
2   - background-color: rgba(0,0,0,0.8);
3   -}
4 2 \ No newline at end of file
  3 + background-color: rgba(0, 0, 0, 0.8);
  4 +}
src/sass/_panel-informativo.scss
1 1 .panel-informativo {
2   - background: linear-gradient(#ccc,#eee);
  2 + background: linear-gradient(#ccc, #eee);
3 3 .form-group {
4 4 margin-bottom: 5px;
5 5 }