-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy paththeme.css
More file actions
35 lines (34 loc) · 1.58 KB
/
Copy paththeme.css
File metadata and controls
35 lines (34 loc) · 1.58 KB
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
/*
* Tiger Data Brand Stylesheet
* Entry point – imports modular CSS files.
*
* File structure:
* tokens.css – Design tokens: brand palette, light/dark CSS variables
* typography.css – Base type: headings, links, code font, splash text
* buttons.css – Primary, outline, secondary button variants
* code-blocks.css – Expressive Code blocks, fallback pre/code, inline code
* callouts.css – Note, important, warning, callout, tip, danger
* cards.css – Cards, page labels, prerequisites, step/related/numbered
* sidebar.css – Left sidebar navigation
* toc.css – Right sidebar "On this page" TOC
* header.css – Header bar, search, heading anchors, mobile menu
* utilities.css – Tables, tabs, scrollbar, focus styles
* page-splash.css – Splash/homepage hero, sections, dark mode cards
* page-changelog.css – Changelog layout, sticky filter, TOC
* page-glossary.css – Glossary search, alphabet nav, term cards
* page-integrate.css – Integrate page wider layout, TOC
*/
@import "./src/styles/tokens.css";
@import "./src/styles/typography.css";
@import "./src/styles/buttons.css";
@import "./src/styles/code-blocks.css";
@import "./src/styles/callouts.css";
@import "./src/styles/cards.css";
@import "./src/styles/sidebar.css";
@import "./src/styles/toc.css";
@import "./src/styles/header.css";
@import "./src/styles/utilities.css";
@import "./src/styles/page-splash.css";
@import "./src/styles/page-changelog.css";
@import "./src/styles/page-glossary.css";
@import "./src/styles/page-integrate.css";