Skip to content

Commit 4535bc0

Browse files
authored
Merge branch 'master' into social-media-icon
2 parents 03d7437 + 71522b5 commit 4535bc0

File tree

95 files changed

+3325
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

95 files changed

+3325
-449
lines changed

Diff for: assets/icons/logo-black.svg

+15
Loading

Diff for: assets/icons/logo-white.svg

+15
Loading

Diff for: assets/icons/logo.svg

+15-1
Loading

Diff for: assets/icons/pipelines.svg

-69
This file was deleted.

Diff for: assets/scss/_docsy_main.scss

+57
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,57 @@
1+
@import "support/utilities";
2+
@import "colors";
3+
@import "boxes";
4+
@import "blog";
5+
@import "code";
6+
@import "nav";
7+
@import "sidebar-tree";
8+
@import "sidebar-toc";
9+
@import "buttons";
10+
@import "breadcrumb";
11+
@import "alerts";
12+
@import "content";
13+
@import "search";
14+
@import "main-container";
15+
@import "blocks/blocks";
16+
@import "section-index";
17+
@import "pageinfo";
18+
@import "taxonomy";
19+
@import "drawio";
20+
@import "shortcodes";
21+
22+
@if $td-enable-google-fonts {
23+
@import url($web-font-path);
24+
}
25+
26+
footer {
27+
min-height: 150px;
28+
29+
@include media-breakpoint-down(md) {
30+
min-height: 200px;
31+
}
32+
}
33+
34+
// Adjust anchors vs the fixed menu.
35+
@include media-breakpoint-up(md) {
36+
.td-offset-anchor:target {
37+
display: block;
38+
position: relative;
39+
top: -4rem;
40+
visibility: hidden;
41+
}
42+
43+
h2[id]:before,
44+
h3[id]:before,
45+
h4[id]:before,
46+
h5[id]:before {
47+
display: block;
48+
content: " ";
49+
margin-top: -5rem;
50+
height: 5rem;
51+
visibility: hidden;
52+
}
53+
}
54+
55+
56+
@import "rtl/main";
57+
@import "styles_project";

0 commit comments

Comments
 (0)