29 lines
372 B
Plaintext
29 lines
372 B
Plaintext
#body {
|
|
background-color: #282828;
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.UIContentWrapper {
|
|
width: 80%;
|
|
height: 90%;
|
|
margin: auto;
|
|
}
|
|
|
|
.TitleWord1 {
|
|
-unity-text-align: lower-left;
|
|
}
|
|
|
|
.TitleWord2 {
|
|
-unity-text-align: lower-center;
|
|
}
|
|
|
|
.TitleWord3 {
|
|
-unity-text-align: lower-right;
|
|
}
|
|
|
|
.TitleWrapper {
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
}
|