mirror of https://github.com/grpc/grpc.io.git
grpc-docsy: move assets/scss to submodule (#671)
This commit is contained in:
parent
11a258e215
commit
2030eb12b7
|
|
@ -1,12 +0,0 @@
|
|||
// Bootstrap/Docsy variable overrides here
|
||||
$primary: #244c5a;
|
||||
$secondary: #5ac5c5;
|
||||
$info: #379c9c;
|
||||
$gray-100: #fafafa;
|
||||
|
||||
$display1-weight: 300;
|
||||
$display2-weight: 300;
|
||||
|
||||
$link-color: #379c9c;
|
||||
|
||||
$enable-rounded: false;
|
||||
|
|
@ -1,63 +0,0 @@
|
|||
// This file is in place as an override to Docsy
|
||||
|
||||
@import "support/functions";
|
||||
@import "variables";
|
||||
@import "variables_project";
|
||||
@import "support/mixins";
|
||||
|
||||
@import "../vendor/bootstrap/scss/bootstrap";
|
||||
|
||||
@import "../vendor/Font-Awesome/scss/fontawesome.scss";
|
||||
@import "../vendor/Font-Awesome/scss/solid.scss";
|
||||
@import "../vendor/Font-Awesome/scss/brands.scss";
|
||||
|
||||
@import "support/utilities";
|
||||
@import "colors";
|
||||
@import "boxes";
|
||||
@import "blog";
|
||||
@import "code";
|
||||
@import "nav";
|
||||
@import "sidebar-tree";
|
||||
@import "sidebar-toc";
|
||||
@import "buttons";
|
||||
@import "breadcrumb";
|
||||
@import "alerts";
|
||||
@import "content";
|
||||
@import "search";
|
||||
@import "main-container";
|
||||
@import "blocks/blocks";
|
||||
@import "section-index";
|
||||
@import "pageinfo";
|
||||
@import "grpc";
|
||||
|
||||
@if $td-enable-google-fonts {
|
||||
@import url($web-font-path);
|
||||
}
|
||||
|
||||
footer {
|
||||
min-height: 150px;
|
||||
|
||||
@include media-breakpoint-down(md) {
|
||||
min-height: 200px;
|
||||
}
|
||||
}
|
||||
|
||||
// Adjust anchors vs the fixed menu.
|
||||
@include media-breakpoint-up(md) {
|
||||
.td-offset-anchor:target {
|
||||
display: block;
|
||||
position: relative;
|
||||
top: -4rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
h2[id]:before, h3[id]:before, h4[id]:before, h5[id]:before {
|
||||
display: block;
|
||||
content: " ";
|
||||
margin-top: -5rem;
|
||||
height: 5rem;
|
||||
visibility: hidden;
|
||||
}
|
||||
}
|
||||
|
||||
@import "styles_project";
|
||||
|
|
@ -1 +1 @@
|
|||
Subproject commit 0071e1ac112641e09776ec870ac5d10c975b5a7f
|
||||
Subproject commit fcc3359260cacf13f482db809c35beb9d95ff73c
|
||||
Loading…
Reference in New Issue