mdb-ui-kit/less/_typography.less
2015-11-04 02:55:55 -07:00

16 lines
197 B
Plaintext

.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;
}