* 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>
14 lines
241 B
SCSS
14 lines
241 B
SCSS
@import 'shared/assets/fonts/inter';
|
|
@import '../variables';
|
|
|
|
body {
|
|
background-color: $color-background;
|
|
font-family: Inter;
|
|
}
|
|
|
|
.button {
|
|
background-color: $color-woot;
|
|
border-radius: 1px solid $color-woot;
|
|
color: $color-white;
|
|
}
|