25 lines
No EOL
417 B
CSS
25 lines
No EOL
417 B
CSS
.post-graph {
|
|
margin-top: var(--sizing-base);
|
|
margin-bottom: var(--sizing-base);
|
|
}
|
|
|
|
.post-graph__wrapper {
|
|
display: flex;
|
|
align-items: center;
|
|
height: var(--sizing-3xl);
|
|
margin-bottom: .375rem;
|
|
}
|
|
|
|
.post-graph__progress {
|
|
background-color: var(--accent-color);
|
|
height: 100%;
|
|
}
|
|
|
|
.post-graph__year {
|
|
font-family: var(--font-mono);
|
|
}
|
|
|
|
.post-graph__progress,
|
|
.post-graph__data {
|
|
margin-left: .625rem;
|
|
} |