mdb-ui-kit/sass/_typography.scss
Kevin Ross bb4a16657f 0.4.4
2015-11-21 15:36:03 -06:00

18 lines
303 B
SCSS

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