Merge branch 'kogosoftwarellc-extracting-typography'

This commit is contained in:
Kevin Ross 2015-11-19 09:30:54 -06:00
commit ccc46f3686
2 changed files with 16 additions and 15 deletions

View File

@ -84,21 +84,7 @@ legend {
@import "_progress.less";
// Typography
.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;
}
@import "_typography.less";
@import "_tabs.less";

15
less/_typography.less Normal file
View 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;
}