Commit 9c251059c88946465edcb31553b4cf0e8ed4a411
1 parent
5b2c994fb5
Exists in
master
unifico estilos foca-crear-*
Showing
4 changed files
with
25 additions
and
41 deletions
Show diff stats
src/sass/_crear-nota-pedido.scss
... | ... | @@ -1,22 +0,0 @@ |
1 | -.crear-nota-pedido { | |
2 | - background-color: #ccc; | |
3 | - | |
4 | - padding-bottom: 2rem; | |
5 | - &-fecha { | |
6 | - input[type="date"]::-webkit-clear-button { | |
7 | - display: none; | |
8 | - } | |
9 | - } | |
10 | - | |
11 | - .titulares>div{ | |
12 | - display: flex; | |
13 | - line-height: 30px; | |
14 | - h5{ | |
15 | - line-height: 30px; | |
16 | - } | |
17 | - button{ | |
18 | - margin: auto; | |
19 | - margin-right: 0; | |
20 | - } | |
21 | - } | |
22 | -} |
src/sass/_crear-remito.scss
src/sass/_foca-crear.scss
... | ... | @@ -0,0 +1,23 @@ |
1 | +.foca-crear{ | |
2 | + background: #CCC; | |
3 | + | |
4 | + .titulares>div{ | |
5 | + display: flex; | |
6 | + line-height: 30px; | |
7 | + h5{ | |
8 | + line-height: 30px; | |
9 | + } | |
10 | + button{ | |
11 | + margin: auto; | |
12 | + margin-right: 0; | |
13 | + } | |
14 | + } | |
15 | + | |
16 | + @media(min-width: 992px){ | |
17 | + padding-bottom: 2rem; | |
18 | + | |
19 | + &.one-row{ | |
20 | + padding-bottom: 8rem !important; | |
21 | + } | |
22 | + } | |
23 | +} | |
0 | 24 | \ No newline at end of file |
src/sass/general.scss
... | ... | @@ -13,8 +13,7 @@ |
13 | 13 | @import 'tabla-articulos'; |
14 | 14 | @import 'acciones-mobile'; |
15 | 15 | @import 'swiper'; |
16 | -@import 'crear-nota-pedido'; | |
17 | -@import 'crear-remito'; | |
16 | +@import 'foca-crear'; | |
18 | 17 | |
19 | 18 | |
20 | 19 | //OCULTA FLECHAS INPUT NUMBER |
... | ... | @@ -30,4 +29,4 @@ input::-webkit-inner-spin-button { |
30 | 29 | @media (min-width: 768px) { |
31 | 30 | display: grid !important; |
32 | 31 | } |
33 | 32 | -} |
33 | +} | |
34 | 34 | \ No newline at end of file |