Commit fb33ac919a789f996aecd255535bb8af93239a7c

Authored by Pablo Marco del Pont
Exists in master

Merge branch 'master' into 'master'

Master (pmarco)

See merge request Wrappers/wrapper-demo!12
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';