diff --git a/src/sass/_bootstrap.scss b/src/sass/_bootstrap.scss index e7b8af0..d041628 100644 --- a/src/sass/_bootstrap.scss +++ b/src/sass/_bootstrap.scss @@ -4,3 +4,9 @@ outline: 0; background-color: #337ab7; } +.btn-xs { + padding: .15rem .5rem; + font-size: .8rem; + line-height: 1.5; + border-radius: .2rem; +} \ No newline at end of file diff --git a/src/sass/_botonera-secundaria.scss b/src/sass/_botonera-secundaria.scss index 10849ef..340937a 100644 --- a/src/sass/_botonera-secundaria.scss +++ b/src/sass/_botonera-secundaria.scss @@ -1,9 +1,3 @@ .botonera-secundaria { background-color: rgba(0, 0, 0, 0.8); - .btn-xs { - padding: .15rem .5rem; - font-size: .8rem; - line-height: 1.5; - border-radius: .2rem; - } } diff --git a/src/sass/_panel-informativo.scss b/src/sass/_panel-informativo.scss index 56309e3..8aadca7 100644 --- a/src/sass/_panel-informativo.scss +++ b/src/sass/_panel-informativo.scss @@ -1,5 +1,6 @@ .panel-informativo { background: linear-gradient(#ccc, #eee); + min-height: 32px; .form-group { margin-bottom: 5px; }