Commit 51d9936358dbacd0fa40797bfec7177623eedf3e

Authored by Nicolás Guarnieri
Exists in master

Merge branch 'master' into 'master'

Master (pmarco)

See merge request Wrappers/wrapper-demo!22
src/sass/_contenedor.scss
... ... @@ -12,12 +12,3 @@ body {
12 12 background-color: rgba(0, 0, 0, 0.8);
13 13 height: 430px;
14 14 }
15   -
16   -.crear-nota-pedido {
17   - form {
18   - margin-bottom: 0;
19   - }
20   - table {
21   - margin-bottom: 0;
22   - }
23   -}
src/sass/_crear-nota-pedido.scss
... ... @@ -0,0 +1,13 @@
  1 +.crear-nota-pedido {
  2 + form {
  3 + margin-bottom: 0;
  4 + }
  5 + table {
  6 + margin-bottom: 0;
  7 + }
  8 + &-fecha {
  9 + input[type="date"]::-webkit-clear-button {
  10 + display: none;
  11 + }
  12 + }
  13 +}
src/sass/general.scss
... ... @@ -11,3 +11,4 @@
11 11 @import 'teclado';
12 12 @import 'tabla-articulos';
13 13 @import 'swiper';
  14 +@import 'crear-nota-pedido';