mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-23 15:17:09 +00:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user