chore: move api key input to options view

This commit is contained in:
Sebastian Velez
2023-01-18 13:27:11 -05:00
parent 7b4c5e51e3
commit 800198e2ee
5 changed files with 77 additions and 84 deletions

View File

@@ -28,3 +28,11 @@ canvas#icon {
div#status {
display: none;
}
[type='text'].border-danger,
.border-danger {
box-shadow: inset 0 -2px 0 @brand-danger;
&:focus {
.box-shadow(inset 0 -2px 0 @brand-danger);
}
}