feat: old posts banners

This commit is contained in:
Cory Dransfeldt 2024-01-10 14:08:10 -08:00
parent 6e0f47f18f
commit 7d9d1ca3d2
No known key found for this signature in database
7 changed files with 42 additions and 13 deletions

View file

@ -0,0 +1,20 @@
.banner__old-post {
margin: 1rem 0;
padding: .75rem;
border: 1px solid var(--gray-light);
border-radius: var(--rounded-lg);
background-color: var(--gray-lighter);
}
.banner__old-post p {
font-size: var(--font-size-sm);
line-height: var(--line-height-sm);
margin: 0;
}
.banner__old-post p > svg {
display: inline;
vertical-align: middle;
height: .875rem;
width: .875rem;
}