Commit 6936e88536f954586d90679e5fda3b3bad50e8d4

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

- Cambios de estilo para módulo foca-crear-nota-pedido.

src/sass/_botonera-secundaria.scss
... ... @@ -0,0 +1,3 @@
  1 +.botonera-secundaria {
  2 + background-color: rgba(0,0,0,0.8);
  3 +}
0 4 \ No newline at end of file
src/sass/_botonera.scss
... ... @@ -0,0 +1,5 @@
  1 +.botonera {
  2 + .btn {
  3 + margin-bottom: 5px;
  4 + }
  5 +}
src/sass/_panel-informativo.scss
... ... @@ -0,0 +1,6 @@
  1 +.panel-informativo {
  2 + background: linear-gradient(#ccc,#eee);
  3 + .form-group {
  4 + margin-bottom: 5px;
  5 + }
  6 +}
src/sass/general.scss
1   -@import 'tabla';
  1 +@import 'bootstrap';
  2 +@import 'botonera';
  3 +@import 'botonera-secundaria';
  4 +@import 'contenedor';
2 5 @import 'lista';
3 6 @import 'login';
4   -@import 'contenedor';
5   -@import 'bootstrap';
  7 +@import 'panel-informativo';
  8 +@import 'tabla';