fix: align growth UX across primary pages
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s
All checks were successful
CD Pipeline / deploy (push) Successful in 1m2s
This commit is contained in:
@@ -161,6 +161,16 @@
|
||||
line-height: 1.05;
|
||||
}
|
||||
|
||||
.campaign-growth-copy {
|
||||
max-width: 42ch;
|
||||
margin: -8px 0 0;
|
||||
color: var(--momo-text-secondary);
|
||||
font-size: 0.9rem;
|
||||
font-weight: 760;
|
||||
line-height: 1.45;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.campaign-meta-grid {
|
||||
display: flex;
|
||||
gap: 24px;
|
||||
@@ -784,6 +794,10 @@
|
||||
font-size: 28px;
|
||||
}
|
||||
|
||||
.campaign-growth-copy {
|
||||
font-size: 0.84rem;
|
||||
}
|
||||
|
||||
.campaign-kpi-grid {
|
||||
grid-template-columns: 1fr 1fr;
|
||||
}
|
||||
|
||||
@@ -36,6 +36,15 @@
|
||||
line-height: var(--momo-line-height-tight);
|
||||
letter-spacing: 0;
|
||||
}
|
||||
.growth-analysis-page .ga-page-head__brief {
|
||||
max-width: 52ch;
|
||||
margin: var(--momo-space-1, 4px) 0 0;
|
||||
color: var(--momo-text-secondary);
|
||||
font-size: 0.86rem;
|
||||
font-weight: 760;
|
||||
line-height: 1.45;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
.growth-analysis-page .ga-page-head__meta {
|
||||
flex: 0 0 auto;
|
||||
color: var(--momo-text-secondary);
|
||||
|
||||
@@ -32,6 +32,15 @@
|
||||
gap: 0.6rem;
|
||||
}
|
||||
.sa-page-head__title i { color: var(--momo-page-accent); }
|
||||
.sa-page-head__brief {
|
||||
max-width: 52ch;
|
||||
margin: 0;
|
||||
color: var(--momo-text-secondary);
|
||||
font-size: 0.86rem;
|
||||
font-weight: 760;
|
||||
line-height: 1.45;
|
||||
letter-spacing: 0;
|
||||
}
|
||||
|
||||
.sa-tag {
|
||||
display: inline-flex;
|
||||
|
||||
Reference in New Issue
Block a user