WuhuIslandTesting/Library/PackageCache/com.unity.shadergraph@8148.12.1-8/Editor/Resources/Styles/TabbedView.uss
2025-01-07 02:06:59 +01:00

15 lines
240 B
Text

unity-tabbed-view {
}
.unity-tabbed-view__tabs-container {
display: flex;
background-color: #252525;
flex-direction: row;
}
.unity-tabbed-view__content-container {
flex-grow: 1;
padding-left: 4;
padding-top: 4;
}