Files
Cielonos/Packages/dev.yarnspinner.unity/Editor/Editors/USS/YarnSpinner.uss

21 lines
399 B
Plaintext
Raw Normal View History

2026-06-02 12:55:39 -04:00
.help-box {
background-color: var(--unity-colors-helpbox-background);
border-color: var(--unity-colors-helpbox-border);
border-width: 1px;
border-radius: 2px;
padding: 8px;
margin: 8px;
}
.help-box Label {
white-space: normal;
padding-bottom: 8px;
}
.help-box Label.link {
white-space: normal;
color: var(--unity-colors-link-text);
cursor: link;
}