Commit fd8c7e2a632935af682564af9e73211c8dc93249

Authored by Eric Fernandez
Exists in master

Merge branch 'master' into 'master'

estilos foca-crear-remito

See merge request !21
src/sass/_crear-nota-pedido.scss
... ... @@ -16,6 +16,7 @@
16 16 }
17 17 button{
18 18 margin: auto;
  19 + margin-right: 0;
19 20 }
20 21 }
21 22 }
src/sass/_crear-remito.scss
... ... @@ -0,0 +1,16 @@
  1 +.crear-nota-remito{
  2 + background: #CCC;
  3 + padding-bottom: 2rem;
  4 +
  5 + .titulares>div{
  6 + display: flex;
  7 + line-height: 30px;
  8 + h5{
  9 + line-height: 30px;
  10 + }
  11 + button{
  12 + margin: auto;
  13 + margin-right: 0;
  14 + }
  15 + }
  16 +}
src/sass/_tabla.scss
... ... @@ -11,4 +11,4 @@
11 11 font-size: 13px;
12 12 }
13 13  
14   -}
15 14 \ No newline at end of file
  15 +}
src/sass/general.scss
... ... @@ -14,6 +14,7 @@
14 14 @import 'acciones-mobile';
15 15 @import 'swiper';
16 16 @import 'crear-nota-pedido';
  17 +@import 'crear-remito';
17 18  
18 19  
19 20 //OCULTA FLECHAS INPUT NUMBER
... ... @@ -29,4 +30,4 @@ input::-webkit-inner-spin-button {
29 30 @media (min-width: 768px) {
30 31 display: grid !important;
31 32 }
32   -}
33 33 \ No newline at end of file
  34 +}