(Feat) Add Build
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user