Commit 9322c90a164f2361a2023af6d18ec1af007b2a87
1 parent
6936e88536
Exists in
master
- Cambios según code review.
Showing
2 changed files
with
3 additions
and
3 deletions
 
Show diff stats
src/sass/_botonera-secundaria.scss
| 1 | .botonera-secundaria { | 1 | .botonera-secundaria { | 
| 2 | background-color: rgba(0,0,0,0.8); | ||
| 3 | } | ||
| 2 | background-color: rgba(0, 0, 0, 0.8); | 
src/sass/_panel-informativo.scss
| 1 | .panel-informativo { | 1 | .panel-informativo { | 
| 2 | background: linear-gradient(#ccc,#eee); | 2 | background: linear-gradient(#ccc, #eee); | 
| 3 | .form-group { | 3 | .form-group { | 
| 4 | margin-bottom: 5px; | 4 | margin-bottom: 5px; | 
| 5 | } | 5 | } | 
| 6 | } | 6 | } | 
| 7 | 7 | 
