wabbajack/Wabbajack.App.Blazor/Pages/SelectInstall.razor.scss
2022-01-15 17:29:44 +11:00

49 lines
777 B
SCSS

$install-icon-size: 200px;
#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;
border: solid 1px red;
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: 75px;
width: 125px;
border: solid 1px red;
}
.info {
display: flex;
flex-direction: column;
}
}
}
}