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

feat: enhance documentation links and improve SCSS styles for better readability

This commit is contained in:
codecalm
2025-04-19 12:06:46 +02:00
parent d4886607f0
commit 88b9e87c6e
31 changed files with 105 additions and 126 deletions
+18 -11
View File
@@ -8,6 +8,14 @@
--docsearch-key-gradient: var(--tblr-bg-surface-secondary);
}
.col-docs {
width: 15rem;
}
.bg-docs-gradient {
background: radial-gradient(circle at 0 0, color-mix(in srgb, var(--tblr-primary) 4%, transparent), transparent 80%) no-repeat 0 0 / 800px 800px !important;
}
.DocSearch-Button {
width: 100%;
box-shadow: 0 0 0 1px var(--tblr-border-color);
@@ -24,23 +32,22 @@
}
.no-transition {
* {
transition: none !important;
}
* {
transition: none !important;
}
}
.example>.modal,
.example>.offcanvas {
display: block !important;
position: relative !important;
.example > .modal,
.example > .offcanvas {
display: block !important;
position: relative !important;
}
.example>.offcanvas-backdrop {
position: absolute !important;
.example > .offcanvas-backdrop {
position: absolute !important;
}
.shiki {
background: var(--tblr-gray-900) !important;
color: var(--tblr-gray-300) !important;
}
}