mirror of
https://github.com/discourse/discourse-rewind.git
synced 2025-08-08 20:13:26 +00:00
16 lines
235 B
SCSS
16 lines
235 B
SCSS
.-favorite-categories {
|
|
.rewind-report-container {
|
|
display: flex;
|
|
gap: 0.5em;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.rewind-card {
|
|
@include rewind-border;
|
|
}
|
|
}
|
|
|
|
.favorite-categories__category {
|
|
font-family: var(--pixel-text);
|
|
}
|