wabbajack/Wabbajack.App.Blazor/Components/ModlistItem.razor.scss

19 lines
264 B
SCSS
Raw Normal View History

2022-01-09 13:33:22 +00:00
.item {
width: 150px;
height: 100px;
border-radius: 0.75rem;
.info {
.title {
color: white;
font-weight: 100;
font-size: 2.25rem;
line-height: 2.5rem;
margin: 0;
}
.description {
color: grey;
}
}
}