wuxianshengcong/Library/PackageCache/com.unity.2d.aseprite@1.1.6/Editor/Assets/UI/AsepriteImporterStyleSheet.uss
2025-01-02 14:50:41 +08:00

44 lines
611 B
Plaintext

* {
display: flex;
}
Foldout > Toggle {
-unity-font-style: bold;
border-top-width: 1px;
margin: 0;
}
Foldout > VisualElement {
margin-right: 15px;
}
Foldout VisualElement Label {
font-size: 12px;
}
Foldout>Toggle.asepriteImporter-editor-dark {
background-color: #323232;
border-top-color: #1f1f1f;
}
Foldout>Toggle.asepriteImporter-editor-light {
background-color: #d3d3d3;
border-top-color: #999999;
}
Button {
align-self: flex-end;
}
.HiddenElement {
display: none;
}
.PaddingElement {
padding-bottom: 5px;
}
.SubElement {
margin-left: 15px;
}