wabbajack/Wabbajack.App.Blazor/Pages/SelectInstall.razor.scss

49 lines
776 B
SCSS
Raw Normal View History

$install-icon-size: 15rem;
2022-01-11 15:05:48 +00:00
#content {
display: flex;
height: 100%;
flex-direction: column;
align-items: center;
justify-content: center;
color: white;
.select {
display: flex;
width: 100%;
flex-direction: row;
justify-content: space-evenly;
div {
display: flex;
2022-01-15 06:29:44 +00:00
border: solid 1px red;
2022-01-11 15:05:48 +00:00
flex-direction: column;
align-items: center;
img {
width: $install-icon-size;
height: $install-icon-size;
}
}
}
.recent {
.title {
font-size: 1.5rem;
font-weight: 100;
}
.modlist {
img {
height: 4rem;
width: auto;
2022-01-15 06:29:44 +00:00
border: solid 1px red;
2022-01-11 15:05:48 +00:00
}
.info {
display: flex;
flex-direction: column;
}
}
}
}