mdb-ui-kit/sass/_typography.scss

18 lines
293 B
SCSS
Raw Normal View History

2015-11-19 18:33:35 +03:00
// 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;
}