Skip to content

Commit

Permalink
WIP dist files
Browse files Browse the repository at this point in the history
  • Loading branch information
st3phhays committed Jan 15, 2025
1 parent c173b73 commit 672e4d0
Show file tree
Hide file tree
Showing 6 changed files with 36 additions and 30 deletions.
18 changes: 10 additions & 8 deletions dist/css/boxstarter.css
Original file line number Diff line number Diff line change
Expand Up @@ -51475,9 +51475,9 @@ strong {

::-webkit-scrollbar-thumb,
.DocSearch-Dropdown::-webkit-scrollbar-thumb { /* stylelint-disable-line */
background: rgba(var(--bs-secondary-rgb), 0.25);
background: var(--bs-secondary);
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(var(--bs-secondary-rgb), 0.25);
box-shadow: inset 0 0 6px rgba(var(--bs-secondary-rgb), 0.5);
}

/* Images & Main Content */
Expand Down Expand Up @@ -51611,7 +51611,7 @@ main {

@media (min-width: 992px) {
.chocolatey-ccm #appSidebar {
min-height: calc(100vh - 57px - 127px);
min-height: calc(100vh - 60px - 126px);
/* visual height - footer - header */
}
.chocolatey-ccm #appSidebar,
Expand Down Expand Up @@ -55197,7 +55197,8 @@ blockquote.blockquote-tip hr, blockquote.callout-tip hr,
min-height: 45px;
}

a.btn {
a.btn,
label.btn {
line-height: 1.9;
}

Expand Down Expand Up @@ -57923,6 +57924,9 @@ span.flatpickr-weekday {
.table {
word-break: normal;
}
.table.table-select.table-search-active tbody tr:not(.search-result):not(.table-no-data) {
display: none !important;
}
.table thead:not(.text-wrap) {
white-space: nowrap !important;
}
Expand Down Expand Up @@ -58608,10 +58612,8 @@ div.dt-container div .dt-length select {
margin-right: 0.5rem;
}

table.table.dataTable.table-striped > tbody > tr.selected > * {
table.table > tbody > tr .selected {
box-shadow: unset !important;
}
table.table.dataTable.table-striped > tbody > tr.selected .bg-selected {
background-color: var(--bs-primary) !important;
color: var(--bs-primary-contrast) !important;
font-weight: bold !important;
Expand All @@ -58626,7 +58628,7 @@ table.table.dataTable th.dt-type-date,
table.table.dataTable th.dt-type-numeric {
text-align: left;
}
table.table.dataTable tr {
table.table tr {
vertical-align: middle;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/css/boxstarter.min.css

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions dist/css/chocolatey.css
Original file line number Diff line number Diff line change
Expand Up @@ -55544,9 +55544,9 @@ strong {

::-webkit-scrollbar-thumb,
.DocSearch-Dropdown::-webkit-scrollbar-thumb { /* stylelint-disable-line */
background: rgba(var(--bs-secondary-rgb), 0.25);
background: var(--bs-secondary);
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(var(--bs-secondary-rgb), 0.25);
box-shadow: inset 0 0 6px rgba(var(--bs-secondary-rgb), 0.5);
}

/* Images & Main Content */
Expand Down Expand Up @@ -55680,7 +55680,7 @@ main {

@media (min-width: 992px) {
.chocolatey-ccm #appSidebar {
min-height: calc(100vh - 57px - 127px);
min-height: calc(100vh - 60px - 126px);
/* visual height - footer - header */
}
.chocolatey-ccm #appSidebar,
Expand Down Expand Up @@ -59787,7 +59787,8 @@ blockquote.blockquote-tip hr, blockquote.callout-tip hr,
min-height: 45px;
}

a.btn {
a.btn,
label.btn {
line-height: 1.9;
}

Expand Down Expand Up @@ -62535,6 +62536,9 @@ span.flatpickr-weekday {
.table {
word-break: normal;
}
.table.table-select.table-search-active tbody tr:not(.search-result):not(.table-no-data) {
display: none !important;
}
.table thead:not(.text-wrap) {
white-space: nowrap !important;
}
Expand Down Expand Up @@ -63220,10 +63224,8 @@ div.dt-container div .dt-length select {
margin-right: 0.5rem;
}

table.table.dataTable.table-striped > tbody > tr.selected > * {
table.table > tbody > tr .selected {
box-shadow: unset !important;
}
table.table.dataTable.table-striped > tbody > tr.selected .bg-selected {
background-color: var(--bs-primary) !important;
color: var(--bs-primary-contrast) !important;
font-weight: bold !important;
Expand All @@ -63238,7 +63240,7 @@ table.table.dataTable th.dt-type-date,
table.table.dataTable th.dt-type-numeric {
text-align: left;
}
table.table.dataTable tr {
table.table tr {
vertical-align: middle;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/css/chocolatey.min.css

Large diffs are not rendered by default.

18 changes: 10 additions & 8 deletions dist/css/zendesk.css
Original file line number Diff line number Diff line change
Expand Up @@ -41077,9 +41077,9 @@ strong {

::-webkit-scrollbar-thumb,
.DocSearch-Dropdown::-webkit-scrollbar-thumb { /* stylelint-disable-line */
background: rgba(var(--bs-secondary-rgb), 0.25);
background: var(--bs-secondary);
border-radius: 10px;
box-shadow: inset 0 0 6px rgba(var(--bs-secondary-rgb), 0.25);
box-shadow: inset 0 0 6px rgba(var(--bs-secondary-rgb), 0.5);
}

/* Images & Main Content */
Expand Down Expand Up @@ -41213,7 +41213,7 @@ main {

@media (min-width: 992px) {
.chocolatey-ccm #appSidebar {
min-height: calc(100vh - 57px - 127px);
min-height: calc(100vh - 60px - 126px);
/* visual height - footer - header */
}
.chocolatey-ccm #appSidebar,
Expand Down Expand Up @@ -44799,7 +44799,8 @@ blockquote.blockquote-tip hr, blockquote.callout-tip hr,
min-height: 45px;
}

a.btn {
a.btn,
label.btn {
line-height: 1.9;
}

Expand Down Expand Up @@ -47525,6 +47526,9 @@ span.flatpickr-weekday {
.table {
word-break: normal;
}
.table.table-select.table-search-active tbody tr:not(.search-result):not(.table-no-data) {
display: none !important;
}
.table thead:not(.text-wrap) {
white-space: nowrap !important;
}
Expand Down Expand Up @@ -48210,10 +48214,8 @@ div.dt-container div .dt-length select {
margin-right: 0.5rem;
}

table.table.dataTable.table-striped > tbody > tr.selected > * {
table.table > tbody > tr .selected {
box-shadow: unset !important;
}
table.table.dataTable.table-striped > tbody > tr.selected .bg-selected {
background-color: var(--bs-primary) !important;
color: var(--bs-primary-contrast) !important;
font-weight: bold !important;
Expand All @@ -48228,7 +48230,7 @@ table.table.dataTable th.dt-type-date,
table.table.dataTable th.dt-type-numeric {
text-align: left;
}
table.table.dataTable tr {
table.table tr {
vertical-align: middle;
}

Expand Down
4 changes: 2 additions & 2 deletions dist/css/zendesk.min.css

Large diffs are not rendered by default.

0 comments on commit 672e4d0

Please sign in to comment.