admin page v1

This commit is contained in:
2019-03-31 22:07:21 +02:00
parent cf91719dba
commit ecf47b1a7e
10 changed files with 180 additions and 15 deletions

9
style/_mask_admin.scss Normal file
View File

@@ -0,0 +1,9 @@
#feedback {
.error {
color: red;
}
.success {
color: green;
}
}