wabbajack/Wabbajack.App.Blazor/Pages/Install/Select.razor.scss
Unnoen 47ffa30222
Restructure installing stage into three pages. Changed some design.
Added getBlobUrlFromStream JavaScript function so we can reuse the URL.
2022-01-27 18:55:07 +11:00

50 lines
777 B
SCSS

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