mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
19 lines
264 B
SCSS
19 lines
264 B
SCSS
|
.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;
|
|||
|
}
|
|||
|
}
|
|||
|
}
|