* Feature: Introduce Super Admins - added new devise model for super user - added administrate gem - sample dashboards for users and accounts Co-authored-by: Pranav Raj Sreepuram <pranavrajs@gmail.com>
6 lines
79 B
SCSS
6 lines
79 B
SCSS
@import '../variables';
|
|
|
|
.superadmin-body {
|
|
background: $color-background;
|
|
}
|