This commit is contained in:
SoulliesOfficial
2026-06-09 11:21:59 -04:00
parent 7c60c40d6b
commit 021e76efe7
493 changed files with 50500 additions and 2211 deletions

View File

@@ -0,0 +1,20 @@
.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;
}