Skip to content

Commit 6c72d9c

Browse files
committed
Merge branch 'develop'
2 parents 4df5743 + 606b9ef commit 6c72d9c

32 files changed

Lines changed: 933 additions & 914 deletions

assets/css/docs.min.css

Lines changed: 10 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

assets/css/docs.min.css.map

Lines changed: 0 additions & 1 deletion
This file was deleted.

assets/css/index.css

Lines changed: 9 additions & 147 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,20 @@
11
body {
22
overflow: hidden;
3+
height: 100vh;
34
}
45

56
iframe {
67
border: 0;
78
}
89

9-
.container-fluid {
10-
position: absolute;
11-
top: 64px;
12-
bottom: 0;
13-
}
14-
15-
.flex-xl-nowrap {
16-
height: 100%;
10+
.bd-content {
11+
height: calc(100vh - 66px);
12+
min-height: calc(100vh - 66px);
13+
position: relative;
1714
}
1815

19-
.bd-search {
20-
position: static;
16+
.bd-navbar .dropdown-menu .active .bi {
17+
display: inline-block !important;
2118
}
2219

2320
.bd-sidebar .nav>li>a {
@@ -26,143 +23,10 @@ iframe {
2623
white-space: nowrap;
2724
}
2825

29-
#hits {
30-
display: none;
31-
position: absolute;
32-
width: 300px;
33-
top: 70px;
34-
bottom: 10px;
35-
overflow: auto;
36-
z-index: 100;
37-
right: auto;
38-
background: #fff;
39-
border: 1px solid rgba(0,0,0,.1);
40-
box-shadow: 0 0.5rem 1rem rgba(0,0,0,.175);
41-
border-radius: 4px;
42-
margin-top: -10px;
43-
padding: .75rem 0;
44-
}
45-
46-
#hits .hits-body {
47-
position: absolute;
48-
top: 0;
49-
bottom: 35px;
50-
overflow: auto;
51-
width: 100%;
52-
}
53-
54-
#hits .hits-footer {
55-
position: absolute;
56-
bottom: 0;
57-
width: 100%;
58-
height: 35px;;
59-
padding: .75rem 1rem 0;
60-
font-size: .75rem;
61-
line-height: 1;
62-
color: #767676;
63-
border-top: 1px solid rgba(0,0,0,.1);
64-
}
65-
66-
.ais-Hits--empty {
67-
padding: .25rem 1rem;
68-
}
69-
70-
.ais-Hits-list {
71-
width: 300px;
72-
display: block;
73-
margin: 0;
74-
}
75-
76-
.ais-Hits-item {
77-
margin: 0;
78-
border: none;
79-
width: auto;
80-
padding: .25rem 1rem;
81-
box-shadow: none;
82-
}
83-
84-
.ais-Hits-item:hover {
85-
background-color: rgba(208,189,236,.15)
86-
}
87-
88-
.ais-Hits-item .link {
89-
cursor: pointer;
90-
}
91-
92-
.ais-Hits-item .category {
93-
text-transform: capitalize;
94-
float: left;
95-
color: #495057;
96-
font-size: .875rem;
97-
}
98-
99-
.ais-Hits-item .title {
100-
color: #02060c;
101-
font-size: .875rem;
102-
font-weight: 400;
103-
}
104-
105-
.ais-Hits-item .description {
106-
padding: .2rem 0;
107-
font-size: .8125rem;
108-
font-weight: 400;
109-
line-height: 1.25;
110-
color: #6c757d;
111-
}
112-
113-
.ais-Hits-item .category::after {
114-
padding: 0 .25rem;
115-
content: "/";
116-
}
117-
118-
.corner-ribbon-wrapper {
119-
position: absolute;
120-
width: 120px;
121-
height: 120px;
122-
left: 0;
123-
top: 0;
124-
overflow: hidden;
125-
}
126-
127-
.corner-ribbon {
128-
width: 200px;
129-
background: #2980b9;
130-
position: absolute;
131-
top: 25px;
132-
left: -55px;
133-
text-align: center;
134-
line-height: 28px;
135-
font-size: 13px;
136-
letter-spacing: 1px;
137-
color: #f0f0f0;
138-
text-decoration: none;
139-
box-shadow: 0 0 3px rgba(0,0,0,.3);
140-
transform: rotate(-45deg);
141-
-webkit-transform: rotate(-45deg);
142-
}
143-
144-
.corner-ribbon:hover {
145-
background: #0056b3;
146-
color: #f0f0f0;
147-
text-decoration: none;
148-
}
149-
150-
@media (max-width: 991.98px) {
151-
.container-fluid {
152-
top: 106px;
153-
}
154-
}
155-
156-
.bd-content {
157-
position: relative;
158-
}
159-
16026
.icon-buttons {
16127
position: absolute;
16228
bottom: 10px;
16329
left: 10px;
164-
/* top: 50%; */
165-
/* margin-top: -47px; */
16630
}
16731

16832
.icon-buttons .view-example {
@@ -171,17 +35,15 @@ iframe {
17135

17236
.icon-buttons a {
17337
display: block;
174-
border: 1px solid #dcdfe6;
175-
color: #409eff;
176-
background: #fff;
17738
border-radius: 50%;
17839
width: 40px;
17940
height: 40px;
18041
margin-top: 10px;
42+
padding: 0;
18143
text-align: center;
18244
}
18345

18446
.icon-buttons i {
185-
font-size: 32px;
47+
font-size: 24px;
18648
line-height: 40px;
18749
}

assets/css/template.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,12 @@ body {
1111
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
1212
}
1313

14+
@media (max-width: 767.98px) {
15+
body {
16+
margin-bottom: 80px;
17+
}
18+
}
19+
1420
#viewSource,
1521
#viewExample,
1622
.source-pre {

0 commit comments

Comments
 (0)