mdb-ui-kit/less/_typography.less

16 lines
197 B
Plaintext
Raw Normal View History

2015-11-04 12:55:55 +03:00
.text-warning {
color: @btn-warning;
}
.text-primary {
color: @btn-primary;
}
.text-danger {
color: @btn-danger;
}
.text-success {
color: @btn-success;
}
.text-info {
color: @btn-info;
}