|
|
|
@ -80,9 +80,13 @@
|
|
|
|
|
//
|
|
|
|
|
|
|
|
|
|
._intro {
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-direction: column;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
-ms-flex-pack: center;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
min-height: calc(100vh - 2.375rem);
|
|
|
|
|
|
|
|
|
@ -257,9 +261,13 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
._docs-tools {
|
|
|
|
|
display: -ms-flexbox;
|
|
|
|
|
display: flex;
|
|
|
|
|
-ms-flex-wrap: wrap;
|
|
|
|
|
flex-wrap: wrap;
|
|
|
|
|
-ms-flex-pack: justify;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
-ms-flex-align: center;
|
|
|
|
|
align-items: center;
|
|
|
|
|
line-height: 1.5rem;
|
|
|
|
|
margin-top: -.5rem;
|
|
|
|
@ -271,6 +279,7 @@
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
._docs-links {
|
|
|
|
|
-ms-flex: 0 0 auto;
|
|
|
|
|
flex: 0 0 auto;
|
|
|
|
|
margin: .5rem 0;
|
|
|
|
|
padding: .25rem 0;
|
|
|
|
|