Skip to content

Commit 8dc891a

Browse files
author
Lukas Ruegner
committed
start documentation overhaul
1 parent 5f5c8c9 commit 8dc891a

Some content is hidden

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

56 files changed

+1339
-95
lines changed

docs - Copy/assets/icons/redoc.svg

Lines changed: 14 additions & 0 deletions
Loading
85.8 KB
Loading
81.6 KB
Loading
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
/*Make code in "details" a bit larger for better readability*/
2+
details code {
3+
font-size: 1em !important;
4+
}
5+
6+
/*Draw a light border around tab panels*/
7+
@media screen and (max-width: 44.9844em) {
8+
.tabbed-set {
9+
border-bottom: 1px solid var(--md-default-fg-color--lightest);
10+
}
11+
}
12+
13+
@media not screen and (max-width: 44.9844em) {
14+
.tabbed-set {
15+
border: 1px solid var(--md-default-fg-color--lightest);
16+
border-radius: .2rem !important;
17+
padding: 0 .3rem .3rem .3rem !important;
18+
}
19+
}

0 commit comments

Comments
 (0)