snapshot: preserve company config foundation and staff dashboard access
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user