Commit fb33ac919a789f996aecd255535bb8af93239a7c
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request Wrappers/wrapper-demo!12
Showing
2 changed files
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 | @import 'teclado'; | 11 | @import 'teclado'; |
11 | 12 |