This commit is contained in:
@@ -815,7 +815,7 @@
|
||||
|
||||
.daily-competitor-summary {
|
||||
display: grid;
|
||||
grid-template-columns: repeat(3, minmax(0, 1fr));
|
||||
grid-template-columns: repeat(2, minmax(0, 1fr));
|
||||
gap: 8px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
@@ -863,6 +863,25 @@
|
||||
color: var(--momo-danger-text);
|
||||
}
|
||||
|
||||
.daily-competitor-risk-list--review {
|
||||
padding-left: 0;
|
||||
list-style: none;
|
||||
}
|
||||
|
||||
.daily-competitor-risk-list--review strong {
|
||||
color: var(--momo-page-accent-dark);
|
||||
font-size: 0.78rem;
|
||||
}
|
||||
|
||||
.daily-competitor-risk-list--review em {
|
||||
display: block;
|
||||
margin-top: 3px;
|
||||
color: var(--momo-text-muted);
|
||||
font-family: var(--momo-font-mono, ui-monospace, monospace);
|
||||
font-size: 0.72rem;
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
.card-header--split {
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
|
||||
@@ -76,3 +76,23 @@
|
||||
.growth-analysis-page .trend-down {
|
||||
color: var(--momo-danger-text) !important;
|
||||
}
|
||||
|
||||
.ga-competitor-quality {
|
||||
display: grid;
|
||||
grid-template-columns: minmax(0, 1fr) auto;
|
||||
gap: 10px 14px;
|
||||
align-items: baseline;
|
||||
}
|
||||
|
||||
.ga-competitor-quality span {
|
||||
min-width: 0;
|
||||
color: var(--momo-text-secondary);
|
||||
font-size: var(--momo-text-body-sm);
|
||||
font-weight: var(--momo-font-weight-semibold);
|
||||
}
|
||||
|
||||
.ga-competitor-quality strong {
|
||||
color: var(--momo-text-primary);
|
||||
font-weight: var(--momo-font-weight-black);
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user