mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-01-12 22:49:53 +08:00
53 lines
742 B
SCSS
53 lines
742 B
SCSS
---
|
||
---
|
||
|
||
@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 there’s 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;
|
||
}
|