Customized biomes (#396)

* Start with customized biome UI

* Refactor customized page, split logic

* Implement biome replacements

* Remove debug messages

* Disable create button when nothing is modified
This commit is contained in:
Misode
2023-12-06 20:40:30 +01:00
committed by GitHub
parent 1e28b82907
commit 886991af8e
10 changed files with 329 additions and 110 deletions

View File

@@ -650,6 +650,10 @@ main.has-project {
padding: 20px 18px;
}
.btn.customized-create.btn.disabled {
background-color: var(--accent-site-1);
}
.btn.customized-create:not(.disabled):hover {
background-color: var(--accent-site-2) !important;
}
@@ -699,6 +703,18 @@ main.has-project {
margin-top: 10px;
}
.customized-info {
display: flex;
align-items: center;
padding-top: 20px;
color: var(--text-3);
fill: var(--text-3);
}
.customized-info > svg {
margin-right: 10px;
}
.customized-childs {
margin-top: 10px;
margin-bottom: 20px;