|
|
|
@ -36,7 +36,7 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
.docs-title { |
|
|
|
|
margin: 0; |
|
|
|
|
font-size: 40px; |
|
|
|
|
font-weight: 400; |
|
|
|
|
font-weight: 300; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
.docs-subtitle { |
|
|
|
@ -49,6 +49,27 @@ h1, h2, h3, h4, h5, h6 {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Overriding the button styles for the social |
|
|
|
|
// -------------------------------------------------- |
|
|
|
|
|
|
|
|
|
.social { |
|
|
|
|
padding: 0; |
|
|
|
|
list-style: none; |
|
|
|
|
text-align: center; |
|
|
|
|
|
|
|
|
|
li { |
|
|
|
|
height: 20px; |
|
|
|
|
padding-bottom: 25px; |
|
|
|
|
display: inline-block; |
|
|
|
|
vertical-align: top; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[class*="button"] { |
|
|
|
|
padding: 0; |
|
|
|
|
border: 0; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// The Chassis grid |
|
|
|
|
// -------------------------------------------------- |
|
|
|
|