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.
21 lines
465 B
21 lines
465 B
2 years ago
|
NodeSettingsView {
|
||
|
width: 362px;
|
||
|
position: absolute;
|
||
|
-unity-slice-top: 40;
|
||
|
-unity-slice-left: 80;
|
||
|
-unity-slice-right: 25;
|
||
|
-unity-slice-bottom: 25;
|
||
|
padding-top: 15px;
|
||
|
padding-left: 4px;
|
||
|
padding-right: 4px;
|
||
|
padding-bottom: 4px;
|
||
|
background-image: resource("Icons/Settings_Flyout_9slice");
|
||
|
}
|
||
|
|
||
|
NodeSettingsView > #mainContainer {
|
||
|
padding-top: 4px;
|
||
|
padding-left: 4px;
|
||
|
padding-right: 4px;
|
||
|
padding-bottom: 4px;
|
||
|
}
|