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 24, 2025
1 parent c74997d commit 78c5cdd
Show file tree
Hide file tree
Showing 10 changed files with 1,292 additions and 1,275 deletions.
1 change: 0 additions & 1 deletion dist/css/bootstrap-duallistbox.min.css

This file was deleted.

2 changes: 1 addition & 1 deletion dist/css/boxstarter.css
Original file line number Diff line number Diff line change
Expand Up @@ -5170,7 +5170,7 @@ textarea.form-control-lg {
display: block;
min-height: 1.57em;
padding-left: 2.07em;
margin-bottom: 0.125rem;
margin-bottom: 0.5rem;
}
.form-check .form-check-input {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/boxstarter.min.css

Large diffs are not rendered by default.

13 changes: 11 additions & 2 deletions dist/css/chocolatey.css
Original file line number Diff line number Diff line change
Expand Up @@ -5257,7 +5257,7 @@ textarea.form-control-lg {
display: block;
min-height: 1.57em;
padding-left: 2.07em;
margin-bottom: 0.125rem;
margin-bottom: 0.5rem;
}
.form-check .form-check-input {
float: left;
Expand Down Expand Up @@ -51524,7 +51524,7 @@ readers do not read off random characters that represent icons */
--fa: "\f3f6";
}

/*! @docsearch/css 3.8.2 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
/*! @docsearch/css 3.8.3 | MIT License | © Algolia, Inc. and contributors | https://docsearch.algolia.com */
:root {
--docsearch-primary-color:#5468ff;
--docsearch-text-color:#1c1e21;
Expand Down Expand Up @@ -51634,9 +51634,17 @@ html[data-theme=dark] {
padding: 0 0 2px;
position: relative;
top: -1px;
transition-duration: 0.1s;
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
width: 20px;
}

@media (prefers-reduced-motion) {
.DocSearch-Button-Key {
transition: none;
}
}
.DocSearch-Button-Key--pressed {
box-shadow: var(--docsearch-key-pressed-shadow);
transform: translate3d(0, 1px, 0);
Expand Down Expand Up @@ -51883,6 +51891,7 @@ html[data-theme=dark] {
display: flex;
padding-bottom: 4px;
position: relative;
scroll-margin-top: 40px;
}

@media screen and (prefers-reduced-motion: reduce) {
Expand Down
4 changes: 2 additions & 2 deletions dist/css/chocolatey.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/zendesk.css
Original file line number Diff line number Diff line change
Expand Up @@ -5257,7 +5257,7 @@ textarea.form-control-lg {
display: block;
min-height: 1.57em;
padding-left: 2.07em;
margin-bottom: 0.125rem;
margin-bottom: 0.5rem;
}
.form-check .form-check-input {
float: left;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/zendesk.min.css

Large diffs are not rendered by default.

Loading

0 comments on commit 78c5cdd

Please sign in to comment.