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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user