More actions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
margin: 1rem 0; |
margin: 1rem 0; |
||
display: grid; |
display: grid; |
||
font-size: 0. |
font-size: 0.875rem; |
||
line-height: 1.375rem; |
line-height: 1.375rem; |
||
overflow-x: auto; |
overflow-x: auto; |
||
Line 28: | Line 28: | ||
.template-statsbar__data { |
.template-statsbar__data { |
||
color: var( --color-base--emphasized ); |
color: var( --color-base--emphasized ); |
||
margin-top: |
margin-top: 0.75rem; |
||
font-weight: 500; |
font-weight: 500; |
||
font-size: 1.75rem; |
font-size: 1.75rem; |
Latest revision as of 02:10, 30 September 2024
.template-statsbar {
margin: 1rem 0;
display: grid;
font-size: 0.875rem;
line-height: 1.375rem;
overflow-x: auto;
grid-auto-columns: minmax( auto, 1fr );
grid-auto-flow: column;
}
.template-statsbar__item {
padding: 0 1rem;
display: flex;
align-items: center;
flex-direction: column;
}
.template-statsbar__item + .template-statsbar__item {
border-left: 1px solid rgba( 0, 0, 0, 0.08 );
}
.template-statsbar__label {
color: var( --color-base--subtle );
letter-spacing: 0.05em;
white-space: nowrap;
}
.template-statsbar__data {
color: var( --color-base--emphasized );
margin-top: 0.75rem;
font-weight: 500;
font-size: 1.75rem;
white-space: nowrap;
}
.template-statsbar__desc {
letter-spacing: 0.025em;
}