You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
610 B
40 lines
610 B
#container
|
|
{
|
|
flex-direction:row;
|
|
align-items:center;
|
|
}
|
|
|
|
#system-field
|
|
{
|
|
width: 40%;
|
|
-unity-text-align: middle-center;
|
|
white-space: normal;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
padding-left:4px;
|
|
padding-bottom:0px;
|
|
|
|
}
|
|
#system-button
|
|
{
|
|
-unity-text-align: middle-center;
|
|
white-space: normal;
|
|
margin-top: 0px;
|
|
margin-bottom: 0px;
|
|
padding-left:4px;
|
|
}
|
|
|
|
#divider {
|
|
background-color: rgba(0,0,0,0);
|
|
border-color: rgba(0,0,0,0);
|
|
flex-grow:1;
|
|
}
|
|
|
|
#divider.horizontal {
|
|
height: 0.05px;
|
|
border-bottom-width: 1px;
|
|
}
|
|
|
|
EnumField {
|
|
width: 94px;
|
|
}
|