Module stuff and fixes on other items

This commit is contained in:
2022-11-09 20:09:50 +01:00
parent 66ed4c12cc
commit 1ec8ee6451
17 changed files with 408 additions and 17 deletions

View File

@@ -1299,3 +1299,10 @@ ul, li {
min-width:2rem;
max-width: 2rem;
}
.drop-module-step {
background: linear-gradient(to bottom, #6c95b9fc 5%, #105177ab 100%);
background-color: #7d5d3b00;
border-radius: 3px;
border: 2px ridge #846109;
}