Commit 3063e0821611cdab35952668d90256fa96803e0b

Authored by Pablo Marco del Pont
1 parent b29af94e89
Exists in master

Agregué estilo para botonera lateral.

src/sass/_botonera-lateral.scss
... ... @@ -0,0 +1,5 @@
  1 +.botonera-lateral {
  2 + >.row {
  3 + height: 420px;
  4 + }
  5 +}
src/sass/general.scss
1 1 @import 'bootstrap';
2 2 @import 'botonera';
  3 +@import 'botonera-lateral';
3 4 @import 'botonera-principal';
4 5 @import 'botonera-secundaria';
5 6 @import 'contenedor';