chore: cleanup + organize

This commit is contained in:
Cory Dransfeldt 2024-05-19 14:40:22 -07:00
parent ac9a617fcd
commit 1852951f24
No known key found for this signature in database
21 changed files with 38 additions and 75 deletions

View file

@ -1,25 +0,0 @@
.post-graph {
margin-top: var(--sizing-base);
margin-bottom: var(--sizing-base);
& .wrapper {
display: flex;
align-items: center;
height: var(--sizing-3xl);
margin-bottom: var(--sizing-sm);
& .year {
font-family: var(--font-mono);
}
& .progress {
background-color: var(--accent-color);
height: 100%;
}
& .progress,
& .data {
margin-left: var(--sizing-sm);
}
}
}

View file

@ -36,7 +36,6 @@
@import url('./components/media-grid.css') layer(components);
@import url('./components/menu.css') layer(components);
@import url('./components/paginator.css') layer(components);
@import url('./components/post-graph.css') layer(components);
@import url('./components/progress-bar.css') layer(components);
@import url('./components/share-button.css') layer(components);
@import url('./components/theme-toggle.css') layer(components);