Files
probot.github.io/assets/css/index.scss
2017-10-30 06:17:38 -04:00

53 lines
742 B
SCSS
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

---
---
@import "primer-css/index.scss";
@import "pages/home.scss";
@import "colors.scss";
@import "markdown.scss";
@import "switcher.scss";
@import "addtocalendar.scss";
img {
max-width: 100%;
max-height: 100%;
}
.featurette {
padding-top: $spacer * 10;
padding-bottom: $spacer * 10;
}
.octicon {
display: inline-block;
vertical-align: middle;
fill: currentColor;
}
code {
font-size: 14px;
}
/*
* Extend the footer to the bottom of the page,
* even if theres not enough content to make the page scroll.
*/
body {
min-height: 100vh;
display: flex;
flex-direction: column;
}
.container-lg {
flex: 1;
}
#toc .toc-wrap {
position: -webkit-sticky;
position: sticky;
top: 40px;
}
.flex-1 {
flex: 1;
}