From 55da535f4421f1b8dd8e43cd8d42620e372caa6b Mon Sep 17 00:00:00 2001 From: Ruslan Date: Mon, 11 May 2026 08:43:50 +0000 Subject: [PATCH] feat: project description block on login page --- app/static/style.css | 34 ++++++++++++++++++++++++++++++++++ app/templates/login.html | 10 ++++++++++ 2 files changed, 44 insertions(+) diff --git a/app/static/style.css b/app/static/style.css index d8dc4db..40d0b88 100644 --- a/app/static/style.css +++ b/app/static/style.css @@ -973,3 +973,37 @@ button { color: #c0dff8; box-shadow: 0 4px 18px rgba(42,140,214,.28), inset 0 1px 0 rgba(255,255,255,.12); } + +.login-about { + max-width: 420px; + text-align: center; + padding: 0 1rem 2.5rem; +} +.login-about-title { + font-size: 1.25rem; + font-weight: 700; + color: #dce8f5; + margin-bottom: 0.75rem; + letter-spacing: .01em; +} +.login-about-desc { + font-size: .9rem; + color: #7ea8c4; + line-height: 1.65; + margin-bottom: 1.1rem; +} +.login-about-chips { + display: flex; + flex-wrap: wrap; + gap: .5rem; + justify-content: center; +} +.login-chip { + background: rgba(42,140,214,.13); + border: 1px solid rgba(42,140,214,.3); + border-radius: 999px; + padding: .35rem .85rem; + font-size: .8rem; + color: #6bbfff; + font-weight: 600; +} diff --git a/app/templates/login.html b/app/templates/login.html index 170f4fc..26a6bff 100644 --- a/app/templates/login.html +++ b/app/templates/login.html @@ -22,6 +22,16 @@
МОНТ - инфрастуктурный полигон
+