Chatwoot/app/javascript/dashboard/assets/scss/_typography.scss
2020-03-22 11:44:40 +05:30

31 lines
371 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: $color-gray;
}
a {
font-size: $font-size-small;
}
p {
font-size: $font-size-small;
}