zyachel 18ca98fd4a refactor: make components more modular
would help in implementing name route

also did some stylistic changes
2023-04-15 20:58:09 +05:30

24 lines
346 B
SCSS

@use '../../../abstracts' as helper;
.basicInfo,
.seriesInfo {
display: flex;
list-style: none;
flex-wrap: wrap;
& :not(:last-child)::after {
content: '\00b7';
padding-inline: var(--spacer-1);
font-weight: 900;
line-height: 0;
font-size: var(--fs-5);
}
}
.stars {
span {
font-weight: var(--fw-bold);
}
}