Commit 0526db6caacc6a95f763dc452219a7b6103ea3f0

Authored by Marcelo Puebla
1 parent 324b84081a
Exists in master

Se redujó el tamaño del circulo de vehiculo.

Showing 1 changed file with 3 additions and 3 deletions   Show diff stats
src/sass/_logistica-pedido-ruta.scss
... ... @@ -22,7 +22,7 @@
22 22 width: 100%;
23 23 height: 100%;
24 24 border-radius: 50%;
25   - border: 12px solid #fff;
  25 + border: 8px solid #fff;
26 26 position: absolute;
27 27 top: 0;
28 28 left: 0;
... ... @@ -42,7 +42,7 @@
42 42 width: 100%;
43 43 height: 100%;
44 44 background: none;
45   - border-width: 12px;
  45 + border-width: 8px;
46 46 border-style: solid;
47 47 position: absolute;
48 48 top: 0;
... ... @@ -72,7 +72,7 @@
72 72 height: 90%;
73 73 border-radius: 50%;
74 74 background: #44484b;
75   - font-size: 24px;
  75 + font-size: 20px;
76 76 color: #fff;
77 77 line-height: 20px;
78 78 text-align: center;