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