feat: add California CCPA privacy policy, all-locations hub page, and custom brand logo & favicon suite
This commit is contained in:
+15
-3
@@ -417,14 +417,26 @@ img {
|
||||
.logo-symbol {
|
||||
width: 44px;
|
||||
height: 44px;
|
||||
background: var(--neon-lime);
|
||||
border: 1.5px solid var(--neon-green);
|
||||
border-radius: var(--radius-md);
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
box-shadow: 0 0 16px rgba(0, 230, 118, 0.4);
|
||||
flex-shrink: 0;
|
||||
overflow: hidden;
|
||||
transition: transform var(--transition-bounce), filter var(--transition-fast), box-shadow var(--transition-fast);
|
||||
}
|
||||
|
||||
.brand-logo:hover .logo-symbol {
|
||||
transform: scale(1.08) rotate(-2deg);
|
||||
filter: drop-shadow(0 0 14px rgba(0, 230, 118, 0.75));
|
||||
}
|
||||
|
||||
.logo-symbol img,
|
||||
.logo-symbol .custom-logo-mark {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
display: block;
|
||||
}
|
||||
|
||||
.logo-text {
|
||||
|
||||
Reference in New Issue
Block a user