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:
+18
-11
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user