mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-07-31 16:13:32 +00:00
Allows to style books as series --------- Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
20 lines
348 B
SCSS
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);
|
|
}
|