This commit is contained in:
KONE SOREL 2026-04-15 08:36:25 +00:00
parent 77d4452502
commit 1f2a4d8f58

View File

@ -151,11 +151,13 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
margin: 0;
font-size: 0.8rem;
}
.breadcrumb-item a {
color: var(--text-muted);
text-decoration: none;
transition: color var(--transition-fast);
}
.breadcrumb-item a:hover { color: var(--color-primary); }
.breadcrumb-item.active { color: var(--color-primary); }
.breadcrumb-item + .breadcrumb-item::before { color: var(--border-medium); }
@ -189,6 +191,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
border: 2px solid white;
transition: transform var(--transition-fast);
}
.badge-number:hover { transform: scale(1.2); }
/* Company logo area */
@ -277,7 +280,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
overflow-y: auto;
border-right: 2px solid #fff;
transition: width var(--transition-base);
z-index: 9999 !important;
z-index: 900;
padding: 0.5rem 0.5rem;
}
@ -511,7 +514,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
/* Page content wrapper */
.page-content {
padding: 26px 0px;
padding: 15px 0px;
}
/* Fixed header within main */
@ -651,6 +654,7 @@ h1, h2, h3, h4, h5, h6, .fw-bold, .fw-semibold {
overflow: hidden;
white-space: nowrap;
}
.context-btn:hover {
background: var(--color-primary-ghost);
border-color: var(--color-primary-light);