discourse-rewind/assets/stylesheets/common/favorite-categories.scss
Jordan Vidrine 2e8e292b01
UX: More books styling (#4)
Allows to style books as series

---------

Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
2025-01-14 17:49:57 +01:00

20 lines
348 B
SCSS

.-favorite-categories {
.rewind-report-container {
display: flex;
gap: 0.5em;
flex-wrap: wrap;
}
.rewind-card {
@include rewind-border;
width: max-content;
flex-grow: 1;
&:hover {
background-color: var(--secondary-very-high);
}
}
}
.favorite-categories__category {
font-family: var(--pixel-text);
}