Commit 3063e0821611cdab35952668d90256fa96803e0b
1 parent
b29af94e89
Exists in
master
Agregué estilo para botonera lateral.
Showing
2 changed files
with
6 additions
and
0 deletions
Show diff stats
src/sass/_botonera-lateral.scss
File was created | 1 | .botonera-lateral { | |
2 | >.row { | ||
3 | height: 420px; | ||
4 | } | ||
5 | } | ||
6 |
src/sass/general.scss
1 | @import 'bootstrap'; | 1 | @import 'bootstrap'; |
2 | @import 'botonera'; | 2 | @import 'botonera'; |
3 | @import 'botonera-lateral'; | ||
3 | @import 'botonera-principal'; | 4 | @import 'botonera-principal'; |
4 | @import 'botonera-secundaria'; | 5 | @import 'botonera-secundaria'; |
5 | @import 'contenedor'; | 6 | @import 'contenedor'; |
6 | @import 'lista'; | 7 | @import 'lista'; |
7 | @import 'login'; | 8 | @import 'login'; |
8 | @import 'panel-informativo'; | 9 | @import 'panel-informativo'; |
9 | @import 'tabla'; | 10 | @import 'tabla'; |
10 | 11 |