mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
37 lines
649 B
CSS
37 lines
649 B
CSS
#info-image {
|
|
display: flex;
|
|
width: 100%;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-content: center;
|
|
}
|
|
#info-image .mod-feature {
|
|
margin-left: -10px;
|
|
font-size: 2rem;
|
|
font-weight: 100;
|
|
}
|
|
#info-image .image {
|
|
overflow: hidden;
|
|
}
|
|
#info-image .image img {
|
|
width: 100%;
|
|
height: 100%;
|
|
object-fit: contain;
|
|
}
|
|
#info-image .title {
|
|
font-size: 2rem;
|
|
font-weight: 100;
|
|
}
|
|
#info-image .subtitle {
|
|
font-size: 1.1rem;
|
|
font-weight: 100;
|
|
margin-left: 0.5rem;
|
|
}
|
|
#info-image .description {
|
|
margin-top: 0.5rem;
|
|
margin-left: 1rem;
|
|
color: rgba(255, 255, 255, 0.75);
|
|
}
|
|
|
|
/*# sourceMappingURL=InfoImage.razor.css.map */
|