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

16 lines
207 B
SCSS

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