feat: add ratings

This commit is contained in:
Cory Dransfeldt 2024-05-17 13:05:04 -07:00
parent c37fc2f1a3
commit 614d1e210c
No known key found for this signature in database
13 changed files with 98 additions and 66 deletions

View file

@ -7,13 +7,28 @@
position: relative;
overflow: hidden;
span {
color: white;
font-weight: var(--font-weight-bold);
position: absolute;
left: var(--sizing-sm);
bottom: var(--sizing-md);
z-index: 2;
div {
&.meta-text{
color: white;
position: absolute;
left: var(--sizing-sm);
bottom: var(--sizing-lg);
z-index: 2;
& .header {
font-weight: var(--font-weight-bold);
}
& .subheader {
font-size: var(--font-size-sm);
}
& .header,
& .subheader {
line-height: 1.5;
text-shadow: rgba(0, 0, 0, 0.7) 0px 0px 10px;
}
}
}
& img {