admin page v1
This commit is contained in:
9
style/_mask_admin.scss
Normal file
9
style/_mask_admin.scss
Normal file
@@ -0,0 +1,9 @@
|
||||
#feedback {
|
||||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: green;
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@@ -11,5 +11,6 @@
|
||||
/* Pages Specific CSS (masks) */
|
||||
@import 'mask_project';
|
||||
@import 'mask_upload';
|
||||
@import 'mask_admin';
|
||||
|
||||
@import 'mobile';
|
||||
Reference in New Issue
Block a user