mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-04-28 12:40:50 -05:00
11 lines
292 B
CSS
11 lines
292 B
CSS
.progress-bar-container h2.MuiTypography-root,
|
|
.progress-bar-container p.MuiTypography-root {
|
|
font-size: var(--env-var-font-size-medium);
|
|
}
|
|
.progress-bar-container p.MuiTypography-root:has(span) {
|
|
font-size: 12px;
|
|
}
|
|
.progress-bar-container p.MuiTypography-root span {
|
|
padding-left: 2px;
|
|
}
|