discourse-rewind/assets/stylesheets/common/favorite-categories.scss
2025-03-17 11:03:35 +00:00

22 lines
350 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);
}