2015-11-26 03:19:13 +03:00
|
|
|
|
2015-11-30 20:15:59 +03:00
|
|
|
body, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4 {
|
|
|
|
//font-family: $font-family-sans-serif;
|
|
|
|
//font-weight: 300;
|
|
|
|
}
|
|
|
|
|
|
|
|
h5, h6{
|
|
|
|
font-weight: 400;
|
|
|
|
}
|
2015-11-19 18:33:35 +03:00
|
|
|
|
|
|
|
.text-warning {
|
2015-11-22 00:36:03 +03:00
|
|
|
color: $brand-warning;
|
2015-11-19 18:33:35 +03:00
|
|
|
}
|
|
|
|
.text-primary {
|
2015-11-22 00:36:03 +03:00
|
|
|
color: $brand-primary;
|
2015-11-19 18:33:35 +03:00
|
|
|
}
|
|
|
|
.text-danger {
|
2015-11-22 00:36:03 +03:00
|
|
|
color: $brand-danger;
|
2015-11-19 18:33:35 +03:00
|
|
|
}
|
|
|
|
.text-success {
|
2015-11-22 00:36:03 +03:00
|
|
|
color: $brand-success;
|
2015-11-19 18:33:35 +03:00
|
|
|
}
|
|
|
|
.text-info {
|
2015-11-22 00:36:03 +03:00
|
|
|
color: $brand-info;
|
2015-11-19 18:33:35 +03:00
|
|
|
}
|