diff --git a/src/sass/_botonera-lateral.scss b/src/sass/_botonera-lateral.scss new file mode 100644 index 0000000..502e530 --- /dev/null +++ b/src/sass/_botonera-lateral.scss @@ -0,0 +1,5 @@ +.botonera-lateral { + >.row { + height: 420px; + } +} diff --git a/src/sass/general.scss b/src/sass/general.scss index a65f30a..b26e8e8 100644 --- a/src/sass/general.scss +++ b/src/sass/general.scss @@ -1,5 +1,6 @@ @import 'bootstrap'; @import 'botonera'; +@import 'botonera-lateral'; @import 'botonera-principal'; @import 'botonera-secundaria'; @import 'contenedor';