mirror of
https://github.com/mdbootstrap/mdb-ui-kit.git
synced 2024-11-23 10:04:04 +03:00
Extracting typography.
This commit is contained in:
parent
3b4ffb728e
commit
47520237ea
15
less/_typography.less
Normal file
15
less/_typography.less
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
.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;
|
||||||
|
}
|
|
@ -89,21 +89,7 @@ legend {
|
||||||
@import "_progress.less";
|
@import "_progress.less";
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
.text-warning {
|
@import "_typography.less";
|
||||||
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.less";
|
@import "_tabs.less";
|
||||||
|
|
||||||
|
|
15
sass/_typography.scss
Normal file
15
sass/_typography.scss
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
.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;
|
||||||
|
}
|
|
@ -85,21 +85,7 @@ legend {
|
||||||
@import "_cards.scss";
|
@import "_cards.scss";
|
||||||
|
|
||||||
// Typography
|
// Typography
|
||||||
.text-warning {
|
@import "_typography.scss";
|
||||||
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.scss";
|
@import "_tabs.scss";
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user