(Feat) Add Build

This commit is contained in:
2026-07-22 12:56:13 +02:00
parent 3657b870d8
commit 0052b0d98e
244 changed files with 35752 additions and 3112 deletions
@@ -438,3 +438,32 @@
.ash-recipe-name {
margin-bottom: 12px;
}
/* ── Prefab generator (shown while a prefab slot is empty) ─ */
.ash-generator {
margin-top: 10px;
padding: 10px;
border-radius: 8px;
background-color: rgba(64, 110, 220, 0.07);
border-width: 1px;
border-color: rgb(74, 90, 130);
}
.ash-generator__title {
-unity-font-style: bold;
font-size: 11px;
color: rgb(150, 175, 240);
margin-bottom: 8px;
}
.ash-generator .ash-btn {
margin-top: 8px;
}
.ash-generator__hint {
margin-top: 8px;
font-size: 10px;
color: rgb(130, 132, 140);
-unity-font-style: italic;
white-space: normal;
}