mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-13 21:26:56 +03:00
16 lines
197 B
Plaintext
16 lines
197 B
Plaintext
.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;
|
|
}
|