mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 01:57:06 +03:00
Manually merged #712
This commit is contained in:
parent
ccc46f3686
commit
e275c689a5
2
dist/css/material-fullpalette.css.map
vendored
2
dist/css/material-fullpalette.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material-fullpalette.min.css.map
vendored
2
dist/css/material-fullpalette.min.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material.css.map
vendored
2
dist/css/material.css.map
vendored
File diff suppressed because one or more lines are too long
2
dist/css/material.min.css.map
vendored
2
dist/css/material.min.css.map
vendored
File diff suppressed because one or more lines are too long
|
@ -86,21 +86,7 @@ legend {
|
||||||
@import '_progress';
|
@import '_progress';
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
.text-warning {
|
@import '_typography';
|
||||||
color: $btn-warning;
|
|
||||||
}
|
|
||||||
.text-primary {
|
|
||||||
color: $btn-primary;
|
|
||||||
}
|
|
||||||
.text-danger {
|
|
||||||
color: $btn-danger;
|
|
||||||
}
|
|
||||||
.text-success {
|
|
||||||
color: $btn-success;
|
|
||||||
}
|
|
||||||
.text-info {
|
|
||||||
color: $btn-info;
|
|
||||||
}
|
|
||||||
|
|
||||||
@import '_tabs';
|
@import '_tabs';
|
||||||
|
|
||||||
|
|
17
sass/_typography.scss
Normal file
17
sass/_typography.scss
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
// 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;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user