-
Notifications
You must be signed in to change notification settings - Fork 69
/
Copy paththeme.scss
43 lines (31 loc) · 904 Bytes
/
theme.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
@charset "utf-8";
// `node_modules` mounted to css/vendor and js/vendor in config.toml
@import "vendor/bulma/sass/utilities/initial-variables";
// TTUI cannot be inmported currently because of an issue with the
// hugo built-in SCSS transpiler with the minified CSS output.
// @import '@tti/design/ui/main';
@import "common/fonts";
@import "common/variables";
@import "vendor/bulma/bulma";
@import "vendor/basicLightbox.min";
@import "common/global";
@import "common/tabs";
@import "footer/footer";
@import "pages/homepage";
@import "header/nav";
@import "sidebar/sidebar";
@import "schema/schema";
@import "shortcodes/openapi";
@import "shortcodes/messages";
@import "highlight";
.cli-flags dd {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
.cli-flags p:not(:last-child) {
margin-bottom: 0.5em;
}
@import "vendor/bulma-tooltip.min";
.DocSearch-Modal {
transform: translate(0, 56px)
}