14eefe3824
Co-authored-by: Pranav Raj S <pranav@chatwoot.com>
36 lines
646 B
SCSS
36 lines
646 B
SCSS
@import '../variables';
|
|
|
|
.superadmin-body {
|
|
background: var(--color-background);
|
|
|
|
.hero--title {
|
|
font-size: var(--font-size-mega);
|
|
font-weight: var(--font-weight-light);
|
|
margin-top: var(--space-large);
|
|
}
|
|
}
|
|
|
|
.alert-box {
|
|
background-color: var(--r-500);
|
|
border-radius: 5px;
|
|
color: var(--color-white);
|
|
font-size: 14px;
|
|
margin-bottom: 14px;
|
|
padding: 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.update-subscription--checkbox {
|
|
display: flex;
|
|
|
|
input {
|
|
line-height: 1.5;
|
|
margin-right: var(--space-one);
|
|
}
|
|
|
|
div {
|
|
font-size: var(--font-size-small);
|
|
line-height: 1.5;
|
|
margin-bottom: var(--space-normal);
|
|
}
|
|
}
|