mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-11 20:28:14 +03:00
16 lines
207 B
Plaintext
16 lines
207 B
Plaintext
.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;
|
|
}
|