mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
40 lines
716 B
CSS
40 lines
716 B
CSS
#content {
|
|
display: flex;
|
|
height: 100%;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
color: white;
|
|
}
|
|
#content .select {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: row;
|
|
justify-content: space-evenly;
|
|
}
|
|
#content .select div {
|
|
display: flex;
|
|
border: solid 1px red;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
#content .select div img {
|
|
width: 15rem;
|
|
height: 15rem;
|
|
}
|
|
#content .recent .title {
|
|
font-size: 1.5rem;
|
|
font-weight: 100;
|
|
}
|
|
#content .recent .modlist img {
|
|
height: 4rem;
|
|
width: auto;
|
|
border: solid 1px red;
|
|
}
|
|
#content .recent .modlist .info {
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
/*# sourceMappingURL=SelectInstall.razor.css.map */
|