mdb-ui-kit/sass/_typography.scss
2015-11-19 09:33:35 -06:00

18 lines
293 B
SCSS

// This file has been autogenerated by grunt task lessToSass. Any changes will be overwritten.
.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;
}