From 0526db6caacc6a95f763dc452219a7b6103ea3f0 Mon Sep 17 00:00:00 2001 From: Marcelo Puebla Date: Mon, 22 Apr 2019 12:56:10 -0300 Subject: [PATCH] =?UTF-8?q?Se=20reduj=C3=B3=20el=20tama=C3=B1o=20del=20cir?= =?UTF-8?q?culo=20de=20vehiculo.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/sass/_logistica-pedido-ruta.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/sass/_logistica-pedido-ruta.scss b/src/sass/_logistica-pedido-ruta.scss index 278cbe2..ecba670 100644 --- a/src/sass/_logistica-pedido-ruta.scss +++ b/src/sass/_logistica-pedido-ruta.scss @@ -22,7 +22,7 @@ width: 100%; height: 100%; border-radius: 50%; - border: 12px solid #fff; + border: 8px solid #fff; position: absolute; top: 0; left: 0; @@ -42,7 +42,7 @@ width: 100%; height: 100%; background: none; - border-width: 12px; + border-width: 8px; border-style: solid; position: absolute; top: 0; @@ -72,7 +72,7 @@ height: 90%; border-radius: 50%; background: #44484b; - font-size: 24px; + font-size: 20px; color: #fff; line-height: 20px; text-align: center; -- 1.9.1