Skip to content

Commit

Permalink
Merge pull request #433 from chocolatey/release/0.8.3
Browse files Browse the repository at this point in the history
(#425)(#427) Update styles for copenhagen
  • Loading branch information
alexaveldanez authored Dec 5, 2024
2 parents fdc142d + 55d50f8 commit 94c3f12
Show file tree
Hide file tree
Showing 47 changed files with 307 additions and 297 deletions.
86 changes: 43 additions & 43 deletions CREDITS.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Chocolatey choco-theme 0.8.2
# Chocolatey choco-theme 0.8.3

**NOTE: This project is used on Chocolatey websites and is being released for the benefit of the community. While we endeavour to help and fix issues, it will be limited to GitHub issues, discussions and pull requests when we are able to.**

Expand Down
2 changes: 1 addition & 1 deletion build/esbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const init = async () => {
const minify = process.argv.includes('--minify');

const banner: string = `/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/`;
Expand Down
2 changes: 1 addition & 1 deletion dist/css/boxstarter.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* choco-theme boxstarter v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme boxstarter v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/css/boxstarter.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/css/chocolatey.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* choco-theme chocolatey v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme chocolatey v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/css/chocolatey.min.css

Large diffs are not rendered by default.

22 changes: 21 additions & 1 deletion dist/css/zendesk.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@charset "UTF-8";
/*!
* choco-theme zendesk v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme zendesk v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down Expand Up @@ -48271,6 +48271,18 @@ html:not(.chocolatey-ccm) body:not(.boxstarter-org) .btn-link:focus {
.chocolatey-zendesk ul {
padding-left: 0;
}
.chocolatey-zendesk .article-body ul,
.chocolatey-zendesk .article-body ol {
padding-left: 2rem;
margin: 0 0 1rem;
}
.chocolatey-zendesk .article-body ul ul,
.chocolatey-zendesk .article-body ul ol,
.chocolatey-zendesk .article-body ol ul,
.chocolatey-zendesk .article-body ol ol {
margin-bottom: 0;
list-style-type: circle;
}
.chocolatey-zendesk .attachments .attachment-item .attachment-icon,
.chocolatey-zendesk .recent-activity-item-meta {
color: var(--bs-body-color);
Expand Down Expand Up @@ -48395,3 +48407,11 @@ html:not(.chocolatey-ccm) body:not(.boxstarter-org) .btn-link:focus {
.chocolatey-zendesk .my-activities-header {
margin-top: 20px;
}
.chocolatey-zendesk .tab-content {
padding: 1rem;
margin-bottom: 1rem;
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
4 changes: 2 additions & 2 deletions dist/css/zendesk.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dist/js/blog.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/blog.min.js

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

2 changes: 1 addition & 1 deletion dist/js/boxstarter.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/boxstarter.min.js

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

2 changes: 1 addition & 1 deletion dist/js/ccm.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/ccm.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/community-package-differ.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/community-package-differ.min.js

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

2 changes: 1 addition & 1 deletion dist/js/community-package-stats.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/community-package-stats.min.js

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

2 changes: 1 addition & 1 deletion dist/js/community-packages.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/community-packages.min.js

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

2 changes: 1 addition & 1 deletion dist/js/community.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/community.min.js

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

2 changes: 1 addition & 1 deletion dist/js/design.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/design.min.js

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

2 changes: 1 addition & 1 deletion dist/js/disqus.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/disqus.min.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/docs.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/docs.min.js

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

2 changes: 1 addition & 1 deletion dist/js/fest.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/fest.min.js

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

2 changes: 1 addition & 1 deletion dist/js/org.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/org.min.js

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

2 changes: 1 addition & 1 deletion dist/js/portal.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/portal.min.js

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

2 changes: 1 addition & 1 deletion dist/js/preview.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/preview.min.js

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

2 changes: 1 addition & 1 deletion dist/js/theme-toggle.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/theme-toggle.min.js

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

2 changes: 1 addition & 1 deletion dist/js/validation.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/validation.min.js

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

2 changes: 1 addition & 1 deletion dist/js/zendesk.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*!
* choco-theme v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion dist/js/zendesk.min.js

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "choco-theme",
"version": "0.8.2",
"version": "0.8.3",
"packageManager": "[email protected]",
"description": "The global theme for Chocolatey Software.",
"repository": {
Expand Down
22 changes: 22 additions & 0 deletions scss/_zendesk-guide.scss
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,18 @@
padding-left: 0;
}

.article-body ul,
.article-body ol {
padding-left: 2rem;
margin: 0 0 1rem;

ul,
ol {
margin-bottom: 0;
list-style-type: circle;
}
}

// Override with text color
.attachments .attachment-item .attachment-icon,
.recent-activity-item-meta {
Expand Down Expand Up @@ -303,4 +315,14 @@
.my-activities-header {
margin-top: 20px;
}

// Tabs
.tab-content {
padding: 1rem;
margin-bottom: 1rem;
border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
border-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
}
2 changes: 1 addition & 1 deletion scss/mixins/_banner.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
@mixin ctBanner($file) {
/*!
* choco-theme #{$file} v0.8.2 (https://github.com/chocolatey/choco-theme#readme)
* choco-theme #{$file} v0.8.3 (https://github.com/chocolatey/choco-theme#readme)
* Copyright 2020-2024 Chocolatey Software
* Licensed under MIT (https://github.com/chocolatey/choco-theme/blob/main/LICENSE)
*/
Expand Down
Loading

0 comments on commit 94c3f12

Please sign in to comment.