snapshot: preserve company config foundation and staff dashboard access

This commit is contained in:
Md Bayazid Bostame
2026-03-26 13:58:45 +01:00
parent 9437aaa29a
commit 7bd03fc86e
15 changed files with 681 additions and 154 deletions

View File

@@ -141,6 +141,29 @@
line-height: 1.5;
}
.app-site-footer-links {
margin-top: 8px;
display: flex;
gap: 12px;
justify-content: center;
flex-wrap: wrap;
}
.app-site-footer-links a {
color: #1f3a5f;
font-size: 12px;
font-weight: 700;
text-decoration: none;
transition:
color var(--motion-fast) var(--motion-ease),
transform var(--motion-fast) var(--motion-ease);
}
.app-site-footer-links a:hover {
color: var(--app-brand-blue);
transform: translateY(-1px);
}
@media (max-width: 900px) {
.app-header,
.app-header-in-shell {