23 lines
258 B
Plaintext
23 lines
258 B
Plaintext
* {
|
|
align-self: center;
|
|
}
|
|
|
|
#Header {
|
|
-unity-font-style: bold;
|
|
padding-top: 10px;
|
|
padding-bottom: 5px;
|
|
}
|
|
|
|
.SubElement {
|
|
margin-left: 15px;
|
|
}
|
|
|
|
#ButtonArea {
|
|
padding-top: 10px;
|
|
flex-direction: row;
|
|
}
|
|
|
|
Button {
|
|
font-size: 14px;
|
|
}
|