Files
PixelJumperHero/Library/PackageCache/com.unity.shadergraph@11.0.0/Editor/Resources/Styles/PropertySheet.uss
2021-06-13 10:28:03 +02:00

32 lines
611 B
Plaintext

PropertySheet {
margin-top: 4px;
margin-bottom: 4px;
border-width: 0.5px;
border-bottom-left-radius: 5px;
border-bottom-right-radius: 5px;
}
PropertySheet > #content > #header{
margin-left: 4px;
}
PropertySheet > #content > #error {
-unity-font-style: bold;
max-height: 10px;
margin-bottom: 15px;
}
PropertySheet > #content > #error > Label{
-unity-font-style: bold;
color: yellow;
}
PropertySheet > #content > #header > Label{
color: #C1C1C1;
font-size: 11px;
-unity-font-style: bold;
}
PropertySheet > #content > #foldout {
margin-left: 21px;
}