45 lines
569 B
CSS
45 lines
569 B
CSS
|
|
.pageTitle {
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-bottom: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.statStrip {
|
||
|
|
display: flex;
|
||
|
|
gap: 1rem;
|
||
|
|
margin-bottom: 1.5rem;
|
||
|
|
flex-wrap: wrap;
|
||
|
|
}
|
||
|
|
|
||
|
|
.cardBody {
|
||
|
|
padding: 1rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sectionTitle {
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-bottom: 0.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.poolStats {
|
||
|
|
display: flex;
|
||
|
|
gap: 2rem;
|
||
|
|
margin-top: 0.5rem;
|
||
|
|
font-size: 0.875rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.section {
|
||
|
|
margin-top: 1.5rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.sectionHeading {
|
||
|
|
font-size: 13px;
|
||
|
|
font-weight: 600;
|
||
|
|
margin-bottom: 0.75rem;
|
||
|
|
}
|
||
|
|
|
||
|
|
.querySnippet {
|
||
|
|
font-size: 0.75rem;
|
||
|
|
font-family: var(--font-mono);
|
||
|
|
}
|