mdb-ui-kit/less/_typography.less

16 lines
207 B
Plaintext

.text-warning {
color: @brand-warning;
}
.text-primary {
color: @brand-primary;
}
.text-danger {
color: @brand-danger;
}
.text-success {
color: @brand-success;
}
.text-info {
color: @brand-info;
}