From 40d411e516efee5531404725b45ab89d97172ce8 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Oct 2022 00:14:01 +0300 Subject: Initial SSR --- vnext/src/ui/Login.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'vnext/src/ui/Login.css') diff --git a/vnext/src/ui/Login.css b/vnext/src/ui/Login.css index 30f107f5..46d16878 100644 --- a/vnext/src/ui/Login.css +++ b/vnext/src/ui/Login.css @@ -10,7 +10,7 @@ display: flex; align-items: center; justify-content: center; - background-color: rgba(0, 0, 0, 0.3); + background-color: rgba(0, 0, 0, 30%); } #dialogw { z-index: 11; @@ -34,7 +34,7 @@ align-items: center; } .header_image { - background: rgba(0, 0, 0, 0.28); + background: rgba(0, 0, 0, 28%); } #dialogc { cursor: pointer; -- cgit v1.2.3