e6aa851987
- Show errors on login page - Dashboard for admin panel
15 lines
255 B
SCSS
15 lines
255 B
SCSS
@import '../variables';
|
|
|
|
.superadmin-body {
|
|
background: $color-background;
|
|
}
|
|
|
|
.alert-box {
|
|
background-color: $alert-color;
|
|
border-radius: 5px;
|
|
color: $color-white;
|
|
font-size: 14px;
|
|
margin-bottom: 14px;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|