aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Login.css
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-28 00:14:01 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commit40d411e516efee5531404725b45ab89d97172ce8 (patch)
treed675e93fc52ef50a40343219e1b992867964d3bf /vnext/src/ui/Login.css
parent2146a98bd98b7e275a0ee7bc7a243981b597f34c (diff)
Initial SSR
Diffstat (limited to 'vnext/src/ui/Login.css')
-rw-r--r--vnext/src/ui/Login.css4
1 files changed, 2 insertions, 2 deletions
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;