Refine 'drill-luxe' Keycloak theme with enhanced brand mark styling

- Updated the brand mark in the login template to improve visual hierarchy and accessibility.
- Added new CSS styles for brand mark components, including core, bar, and ring elements, to enhance the overall aesthetic.
- Implemented overflow hidden to maintain layout integrity within the login interface.
This commit is contained in:
Первов Артем
2026-04-06 01:21:41 +03:00
parent f2cd5d76ac
commit 8c8ff80383
2 changed files with 34 additions and 1 deletions

View File

@@ -20,7 +20,11 @@
<div class="drill-login__brand-orbit drill-login__brand-orbit--two"></div>
<div class="drill-login__brand-grid"></div>
<div class="drill-login__brand-top">
<div class="drill-login__brand-mark">D</div>
<div class="drill-login__brand-mark" aria-hidden="true">
<span class="drill-login__brand-mark-core">D</span>
<span class="drill-login__brand-mark-bar"></span>
<span class="drill-login__brand-mark-ring"></span>
</div>
<div class="drill-login__status-pill">Industrial Intelligence Suite</div>
</div>