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.
 
 
 
 
 

25 lines
444 B

ToggleControlView > #togglePanel {
padding-left: 8px;
flex-direction: row;
flex-grow: 1;
}
ToggleControlView > #togglePanel > Label {
width: 100px;
margin-left: 8px;
margin-right: 8px;
-unity-text-align : middle-left;
flex-grow:1;
}
.unity-toggle{
align-self: center;
}
.unity-toggle .unity-base-field__input{
margin-right: 8px;
margin-top: 4px;
margin-bottom: 4px;
align-self: center;
}