mirror of
https://github.com/Kizuren/SynthMaze.git
synced 2026-01-12 09:29:31 +01:00
22 lines
No EOL
257 B
Text
22 lines
No EOL
257 B
Text
* {
|
|
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;
|
|
} |