Commit ae24c66139de149a55c2e418c752bd90976a43cb
1 parent
51d9936358
Exists in
master
and in
1 other branch
Removí estilos para usar mb-0 en modulo crear nota pedido.
Showing
1 changed file
with
0 additions
and
6 deletions
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 |