Chatwoot/app/javascript/dashboard/assets/scss/_typography.scss
Nithin David Thomas 75d05e55ae
Chore: Refactors sidebar styles (#2416)
* Chore: Refactors sidebar styles

* Removes unused i18n
2021-06-11 17:11:13 +05:30

31 lines
372 B
SCSS

.page-title {
font-size: $font-size-big;
}
.page-sub-title {
font-size: $font-size-large;
}
.block-title {
font-size: $font-size-medium;
}
.sub-block-title {
font-size: $font-size-default;
}
.text-block-title {
font-size: $font-size-small;
}
.text-muted {
color: var(--s-300);
}
a {
font-size: $font-size-small;
}
p {
font-size: $font-size-small;
}