New settings panel & &subscription

This commit is contained in:
2020-04-05 18:56:42 +02:00
parent 7a03fa94ab
commit 13a9155634
20 changed files with 887 additions and 241 deletions

View File

@@ -56,4 +56,27 @@ textarea {
button {
cursor: pointer;
font-weight: bold;
}
input, textarea, button {
border: none;
padding: 0.5em 1em;
border-radius: 3px;
}
/* Feedback */
.feedback {
p {
margin: 0 0 1em 0;
&.error {
color: red;
}
&.warning {
color: orange;
}
&.success {
color: green;
}
}
}