MVH/UI/GlobalMenu.uss

29 lines
372 B
Plaintext
Raw Permalink Normal View History

2024-06-07 00:47:07 +02:00
#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;
}