Commit 9843adba8d28852c2496d1d8a888a9ceb66a5735

Authored by Pablo Marco del Pont
Exists in master

Merge branch 'master' into 'master'

mejoras en el panel informativo css

See merge request Wrappers/wrapper-demo!10
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 }