mirror of
https://github.com/wabbajack-tools/wabbajack.git
synced 2024-08-30 18:42:17 +00:00
37 lines
687 B
CSS
37 lines
687 B
CSS
#info-block {
|
|
display: flex;
|
|
width: 100%;
|
|
height: 100%;
|
|
flex-direction: column;
|
|
justify-content: center;
|
|
align-content: center;
|
|
margin: 1rem;
|
|
}
|
|
#info-block .supertitle {
|
|
margin-left: 0.5rem;
|
|
font-size: 1.5rem;
|
|
font-weight: 100;
|
|
}
|
|
#info-block .title {
|
|
font-size: 4rem;
|
|
font-weight: 100;
|
|
margin-top: -1rem;
|
|
margin-bottom: -0.5rem;
|
|
}
|
|
#info-block .subtitle {
|
|
margin-left: 0.5rem;
|
|
font-size: 2rem;
|
|
font-weight: 100;
|
|
}
|
|
#info-block .comment {
|
|
margin-left: 1rem;
|
|
color: rgba(255, 255, 255, 0.75);
|
|
}
|
|
#info-block .description {
|
|
margin-left: 1.5rem;
|
|
margin-top: 0.5rem;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
/*# sourceMappingURL=InfoBlock.razor.css.map */
|