mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 18:14:04 +03:00
18 lines
209 B
SCSS
18 lines
209 B
SCSS
|
|
|
|
.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;
|
|
}
|