Commit cd9c85ec0f108be7da93b32b3adca368ceb9be14

Authored by Nicolás Guarnieri
1 parent 040ecba05a
Exists in master

mejoras en el panel informativo css

src/sass/_bootstrap.scss
... ... @@ -4,3 +4,9 @@
4 4 outline: 0;
5 5 background-color: #337ab7;
6 6 }
  7 +.btn-xs {
  8 + padding: .15rem .5rem;
  9 + font-size: .8rem;
  10 + line-height: 1.5;
  11 + border-radius: .2rem;
  12 +}
7 13 \ No newline at end of file
src/sass/_botonera-secundaria.scss
1 1 .botonera-secundaria {
2 2 background-color: rgba(0, 0, 0, 0.8);
3   - .btn-xs {
4   - padding: .15rem .5rem;
5   - font-size: .8rem;
6   - line-height: 1.5;
7   - border-radius: .2rem;
8   - }
9 3 }
src/sass/_panel-informativo.scss
1 1 .panel-informativo {
2 2 background: linear-gradient(#ccc, #eee);
  3 + min-height: 32px;
3 4 .form-group {
4 5 margin-bottom: 5px;
5 6 }