Commit 9aada1b4a0f3dcf848b6f179b9ae08fae1503622
Exists in
master
and in
1 other branch
Merge branch 'master' into 'develop'
Master See merge request !160
Showing
2 changed files
Show diff stats
img/ultimos-despachos.png
33.1 KB
src/sass/_admin-seguimiento.scss
1 | .foca-admin-seguimiento { | 1 | .foca-admin-seguimiento { |
2 | osm { | 2 | osm { |
3 | &>div { | 3 | &>div { |
4 | height: 535px; | 4 | height: 535px; |
5 | } | 5 | } |
6 | } | 6 | } |
7 | } | 7 | } |
8 | .foca-logistica-pedido-ruta { | 8 | .foca-logistica-pedido-ruta { |
9 | foca-logistica { | 9 | foca-logistica { |
10 | &>div { | 10 | &>div { |
11 | height: 400px; | 11 | height: 400px; |
12 | } | 12 | } |
13 | } | 13 | } |
14 | } | 14 | } |
15 | 15 | ||
16 | osm-direccion { | 16 | osm-direccion { |
17 | &>div { | 17 | &>div { |
18 | height: 400px; | 18 | height: 400px; |
19 | } | 19 | } |
20 | } | 20 | } |
21 | |||
22 | osm-punto-descarga { | ||
23 | &>div { | ||
24 | height: 400px; | ||
25 | } | ||
26 | } | ||
21 | 27 |