From 5ac775aa4a579cdba258b70cf38b0f3a24ab55d8 Mon Sep 17 00:00:00 2001
From: Ildar Kamalov <i.kamalov@adguard.com>
Date: Thu, 21 Feb 2019 15:05:54 +0300
Subject: [PATCH] Fixed stylelint errors

---
 client/src/install/Setup/Setup.css | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/client/src/install/Setup/Setup.css b/client/src/install/Setup/Setup.css
index c88e8b82..cf58bc3c 100644
--- a/client/src/install/Setup/Setup.css
+++ b/client/src/install/Setup/Setup.css
@@ -15,7 +15,7 @@
     padding: 30px 20px;
     line-height: 1.6;
     background-color: #fff;
-    box-shadow: 0 1px 4px rgba(74, 74, 74, .36);
+    box-shadow: 0 1px 4px rgba(74, 74, 74, 0.36);
     border-radius: 3px;
 }
 
@@ -92,7 +92,7 @@
     line-height: 20px;
     color: #fff;
     text-align: center;
-    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
+    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
     transition: width 0.6s ease;
     background: linear-gradient(45deg, rgba(99, 125, 120, 1) 0%, rgba(88, 177, 101, 1) 100%);
 }