From 615ff3fdd1f90e546c9f03c91d5652a783ed9970 Mon Sep 17 00:00:00 2001 From: Warinyourself Date: Sat, 20 Jun 2026 00:45:30 +0300 Subject: [PATCH] Add user clock styles and square avatar border-radius --- src/style/components/login.styl | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/style/components/login.styl b/src/style/components/login.styl index 1dd4be0..651f584 100644 --- a/src/style/components/login.styl +++ b/src/style/components/login.styl @@ -62,6 +62,15 @@ display flex align-items center +.user-clock + text-align center + font-size 1.5rem + font-weight 300 + color white + letter-spacing 0.04em + opacity 0.9 + margin-top 8px + .user-choice width 100% svg @@ -69,7 +78,7 @@ height 50px .user-avatar, .user-choice svg - border-radius 50% + border-radius 12px width 100px height 100px display block