discourse-rewind/assets/stylesheets/common/favorite-categories.scss

20 lines
348 B
SCSS
Raw Permalink Normal View History

2025-01-03 17:43:02 +01:00
.-favorite-categories {
2025-01-13 14:40:07 +01:00
.rewind-report-container {
display: flex;
gap: 0.5em;
flex-wrap: wrap;
}
2025-01-13 18:08:42 +01:00
.rewind-card {
@include rewind-border;
width: max-content;
flex-grow: 1;
&:hover {
background-color: var(--secondary-very-high);
}
2025-01-13 18:08:42 +01:00
}
2025-01-13 14:40:07 +01:00
}
.favorite-categories__category {
font-family: var(--pixel-text);
2025-01-03 17:43:02 +01:00
}