Commit a636b8427ae11179e2ce0aa9f25a15f4e405fad9
Exists in
master
Merge branch 'master' into 'master'
Master (pmarco) See merge request Wrappers/wrapper-demo!23
Showing
1 changed file
Show diff stats
src/sass/_crear-nota-pedido.scss
1 | .crear-nota-pedido { | 1 | .crear-nota-pedido { |
2 | form { | ||
3 | margin-bottom: 0; | ||
4 | } | ||
5 | table { | ||
6 | margin-bottom: 0; | ||
7 | } | ||
8 | &-fecha { | 2 | &-fecha { |
9 | input[type="date"]::-webkit-clear-button { | 3 | input[type="date"]::-webkit-clear-button { |
10 | display: none; | 4 | display: none; |
11 | } | 5 | } |
12 | } | 6 | } |
13 | } | 7 | } |
14 | 8 |