1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-16 10:31:41 +04:00

Add documentation App (#2219)

This commit is contained in:
Paweł Kuna
2025-04-15 23:18:49 +02:00
committed by GitHub
parent 199f39a52e
commit 8d4f8d07c3
1550 changed files with 5414 additions and 5340 deletions
+46
View File
@@ -0,0 +1,46 @@
@use "@docsearch/css/dist/style.css";
:root {
--docsearch-primary-color: var(--tblr-primary);
--docsearch-searchbox-background: var(--tblr-bg-surface);
--docsearch-text-color: var(--tblr-body-text);
--docsearch-key-shadow: 0 0 0 1px var(--tblr-border-color);
--docsearch-key-gradient: var(--tblr-bg-surface-secondary);
}
.DocSearch-Button {
width: 100%;
box-shadow: 0 0 0 1px var(--tblr-border-color);
font-weight: var(--tblr-font-weight-normal);
transition: all 0.2s ease-in-out;
}
.DocSearch-Button-Key {
top: 0;
}
.DocSearch-Container {
z-index: 10000;
}
.no-transition {
* {
transition: none !important;
}
}
.example>.modal,
.example>.offcanvas {
display: block !important;
position: relative !important;
}
.example>.offcanvas-backdrop {
position: absolute !important;
}
.shiki {
background: var(--tblr-gray-900) !important;
color: var(--tblr-gray-300) !important;
}