Commit f59cf188cb7b2b942cf792926f1c4f196a9c533b

Authored by Eric Fernandez
1 parent 9aac43f7c9
Exists in master and in 1 other branch develop

estilos foac modal punteros

Showing 1 changed file with 6 additions and 0 deletions   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 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