Skip to content

Commit

Permalink
(chocolatey#427) Add Tab styles to copenhagen
Browse files Browse the repository at this point in the history
This adds styles for the Tab component to the copenhagen theme css.
On most repositories, classes are used on the component to define these
styles, but, to ease development on this specific repository the styles
have been added directly to the css. This is so that examples can be
copied directly from the Bootstrap docs, and still be styled up to
choco-theme.
  • Loading branch information
st3phhays committed Dec 5, 2024
1 parent 47331cb commit 5d85e13
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 1 deletion.
8 changes: 8 additions & 0 deletions dist/css/zendesk.css
Original file line number Diff line number Diff line change
Expand Up @@ -48407,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-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color);
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-radius: 0 0 var(--bs-border-radius) var(--bs-border-radius);
}
Loading

0 comments on commit 5d85e13

Please sign in to comment.