feat: improved create ui, prepare for photo and quote packs etc

This commit is contained in:
David Ralph
2021-08-15 11:28:21 +01:00
parent 39751736ca
commit baaa780ade
3 changed files with 87 additions and 36 deletions

View File

@@ -12,6 +12,13 @@
outline: none;
background: none;
}
&:disabled {
cursor: not-allowed;
color: grey !important;
background: none;
border: 2px solid grey !important;
}
}
.dark %settingsButton {
@@ -79,4 +86,4 @@
span {
font-size: 2em;
}
}
}