Commit 1a682bf13d7d6bb6ed32969279ed204ea585dd71
Exists in
develop
Merge branch 'master' into 'develop'
Master See merge request !113
Showing
1 changed file
Show diff stats
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 | |||
| 16 | osm-direccion { | ||
| 17 | &>div { | ||
| 18 | height: 400px; | ||
| 19 | } | ||
| 20 | } | ||
| 15 | 21 |