admin page v1

This commit is contained in:
2019-03-31 22:07:21 +02:00
parent e4a8cc7dbb
commit a9956a6a2e
10 changed files with 180 additions and 15 deletions
+9
View File
@@ -0,0 +1,9 @@
#feedback {
.error {
color: red;
}
.success {
color: green;
}
}
+1 -1
View File
File diff suppressed because one or more lines are too long
+2 -2
View File
File diff suppressed because one or more lines are too long
+1
View File
@@ -11,5 +11,6 @@
/* Pages Specific CSS (masks) */
@import 'mask_project';
@import 'mask_upload';
@import 'mask_admin';
@import 'mobile';