Skip to content

Commit

Permalink
Deploying to gh-pages from master @ 55d0b0c 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
joadan committed Oct 7, 2024
1 parent a7b0f22 commit fbf8387
Show file tree
Hide file tree
Showing 107 changed files with 438 additions and 54 deletions.
2 changes: 1 addition & 1 deletion 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<title>Blazor ApexCharts Documentation</title>
<base href="/Blazor-ApexCharts/" />

<link rel="stylesheet" href="https://unpkg.com/@tabler/[email protected]beta15/dist/css/tabler.min.css">
<link rel="stylesheet" href="https://unpkg.com/@tabler/[email protected]beta21/dist/css/tabler.min.css">
<link rel="stylesheet" href="_content/TabBlazor/css/tabblazor.min.css" />
<script src="_content/TabBlazor/js/tabblazor.js"></script>

Expand Down
4 changes: 0 additions & 4 deletions _content/TabBlazor/TabBlazor.bundle.scp.css
Original file line number Diff line number Diff line change
Expand Up @@ -73,10 +73,6 @@
.datepicker-days[b-lumjoiahh4] {
margin-top: 0.5em;
}
/* _content/TabBlazor/Components/ObjectBrowser/PropertyValueLink.razor.rz.scp.css */
.value-wrapper[b-qdx4wf37x5] {
overflow-wrap: break-word
}
/* _content/TabBlazor/Components/Popovers/Popover.razor.rz.scp.css */
.popover-container[b-ln8dyv3yn7] {
position: relative;
Expand Down
110 changes: 101 additions & 9 deletions _content/TabBlazor/css/tabblazor.css
Original file line number Diff line number Diff line change
@@ -1,17 +1,28 @@
.tabicon {
.nav-bordered .nav-item {
margin-left: 1rem !important;
}

.progress-lg {
height: 0.8rem;
}

.tabicon {
border: none;
background: none;
outline: none;
transition: transform 0.15s linear;
}

.tabicon:focus {
outline: none;
box-shadow: 0 0 0 0.25rem #b9cce2;
border-radius: 2px;
}

.tabicon:hover {
transform: scale(1.15);
}

.tabicon::-moz-focus-inner {
border: 0;
}
Expand All @@ -28,6 +39,10 @@
text-decoration: underline;
}

.clickable-header {
cursor: pointer;
}

.badge.badge-default {
text-transform: inherit;
}
Expand Down Expand Up @@ -57,14 +72,6 @@
background-color: lightgray;
}

.nav-item {
z-index: 1029;
}

.dropdown-menu {
z-index: 1030;
}

.tree, .tree ul {
margin: 0;
padding: 0;
Expand All @@ -81,6 +88,10 @@
border-width: thin;
}

.tree-node-no-drop {
opacity: 0.5;
}

.tree-node-aligned {
width: 100%;
}
Expand All @@ -89,6 +100,7 @@
width: unset;
height: unset;
}

.switch-icon svg {
width: unset;
height: unset;
Expand Down Expand Up @@ -147,6 +159,7 @@ Dimmer
text-align: left !important;
font-weight: bold;
}

.grouped-table tr td {
padding-left: 0.5rem;
}
Expand All @@ -155,17 +168,20 @@ Dimmer
transition: opacity 0.3s ease-in;
opacity: 1;
}

.tabler-table tr:focus-within {
--tblr-table-accent-bg: var(--tblr-table-active-bg);
color: var(--tblr-table-active-color);
}

.tabler-table .row-action {
display: flex;
flex-direction: row;
justify-content: flex-end;
text-align: right;
opacity: 0;
}

.tabler-table .row-action button {
background-color: unset;
border: none;
Expand All @@ -174,9 +190,85 @@ Dimmer
padding-left: 0;
padding-right: 0;
}

.tabler-table .row-action-edit {
text-align: right;
}

.tabler-table .sorting {
opacity: 0.3;
}

.flag {
border: var(--tblr-border-size) var(--tblr-border-style) var(--tblr-border-color);
border-radius: var(--tblr-border-radius);
}

.flag-xs {
width: 1.5rem;
height: 1.125rem;
}

.flag-sm {
width: 2rem;
height: 1.5rem;
}

.flag-md {
width: 4rem;
height: 3rem;
}

.flag-lg {
width: 5.5rem;
height: 4.125rem;
}

.flag-xl {
width: 7rem;
height: 5.25rem;
}

.flag-2xl {
width: 11rem;
height: 8.25rem;
}

.apexcharts-tooltip {
color: var(--tblr-light) !important;
background: var(--tblr-bg-surface-dark) !important;
font-size: 0.765625rem !important;
padding: 0 !important;
box-shadow: none !important;
border-width: 0px !important;
border-radius: var(--tblr-border-radius) !important;
}

.apexcharts-tooltip-title {
background: 0 0 !important;
border: 0 !important;
margin: 0 !important;
font-weight: var(--tblr-font-weight-bold);
padding: 0.25rem 0.5rem !important;
}

.apexcharts-tooltip-y-group {
padding: 2px 0 !important;
}

.apexcharts-tooltip-series-group {
padding: 0.25rem !important;
}

.apexcharts-tooltip-marker {
width: 10px !important;
height: 10px !important;
}

.switch-icon-flip .switch-icon-a {
opacity: 0;
}

.switch-icon-flip.active .switch-icon-b {
opacity: 0;
}
1 change: 1 addition & 0 deletions _content/TabBlazor/css/tabblazor.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion _content/TabBlazor/css/tabblazor.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions _content/TabBlazor/css/tabblazor.min.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit fbf8387

Please sign in to comment.