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.
19 lines
329 B
19 lines
329 B
PopupControlView {
|
|
padding-top: 4px;
|
|
padding-bottom: 4px;
|
|
flex-direction: row;
|
|
}
|
|
|
|
PopupControlView > PopupField {
|
|
width: 80px;
|
|
flex: 1;
|
|
margin-left: 0;
|
|
margin-right: 8px;
|
|
}
|
|
|
|
PopupControlView > Label {
|
|
width: 94px;
|
|
margin-left: 8px;
|
|
margin-right: 8px;
|
|
-unity-text-align: middle-left;
|
|
}
|