38 lines
465 B
Text
38 lines
465 B
Text
|
#container {
|
||
|
margin-top: 20px;
|
||
|
margin-right: 20px;
|
||
|
margin-bottom: 20px;
|
||
|
margin-left: 20px;
|
||
|
}
|
||
|
|
||
|
#footer {
|
||
|
display: flex;
|
||
|
flex-direction: row;
|
||
|
margin-top: 15px;
|
||
|
margin-left: 20px;
|
||
|
}
|
||
|
|
||
|
#title {
|
||
|
-unity-font-style: bold;
|
||
|
}
|
||
|
|
||
|
#progressControlsContainer {
|
||
|
height: 15px;
|
||
|
}
|
||
|
|
||
|
.display-none {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
.flex-grow {
|
||
|
flex-grow: 10;
|
||
|
}
|
||
|
|
||
|
Label {
|
||
|
white-space: normal;
|
||
|
margin-bottom: 10px;
|
||
|
}
|
||
|
|
||
|
Button {
|
||
|
width: 180px;
|
||
|
}
|