9e97040bb1ef5a8c52fce40db7d88e76af57aa9e
[bootswatch] / material-kit / sass / material-kit / _typography.scss
1 h1, .h1 {
2     font-size: $font-size-h1;
3     line-height: 1.15em;
4 }
5 h2, .h2{
6     font-size: $font-size-h2;
7 }
8 h3, .h3{
9     font-size: $font-size-h3;
10     line-height: 1.4em;
11     margin: 20px 0 10px;
12 }
13 h4, .h4{
14     font-size: $font-size-h4;
15     line-height: 1.4em;
16 }
17 h5, .h5 {
18     font-size: $font-size-h5;
19     line-height: 1.4em;
20     margin-bottom: 15px;
21 }
22 h6, .h6{
23     font-size: $font-size-h6;
24     text-transform: uppercase;
25 }
26
27 .title,
28 .card-title,
29 .info-title,
30 .footer-brand,
31 .footer-big h5,
32 .footer-big h4,
33 .media .media-heading{
34     font-weight: $font-weight-extra-bold;
35     &,
36     a{
37         color: $black-color;
38         text-decoration: none;
39     }
40 }
41
42 h2.title{
43     margin-bottom: $margin-base * 2;
44 }
45
46 .description,
47 .card-description,
48 .footer-big p{
49     color: $gray-light;
50 }
51
52 .text-warning {
53   color: $brand-warning;
54 }
55 .text-primary {
56   color: $brand-primary;
57 }
58 .text-danger {
59   color: $brand-danger;
60 }
61 .text-success {
62   color: $brand-success;
63 }
64 .text-info {
65   color: $brand-info;
66 }