Chatwoot/app/javascript/dashboard/assets/scss/super_admin/index.scss

16 lines
255 B
SCSS
Raw Normal View History

@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;
}