Skip to content

Commit

Permalink
Merge pull request #220 from bootscore/Delete-modal-fallback-for-bS-C…
Browse files Browse the repository at this point in the history
…ookie-Settings-plugin

Remove bS Cookie Settings modal fallback
  • Loading branch information
crftwrk committed Aug 20, 2022
2 parents ffd9d30 + 6c9c4c0 commit bf77ade
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions scss/bootscore/_temporary.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,30 +43,4 @@ p:empty:before {
.page-item:last-child .page-link {
border-top-right-radius: var(--bs-pagination-border-radius);
border-bottom-right-radius: var(--bs-pagination-border-radius);
}


// Bootstrap 5.2.0-beta1 bS Cookie Setting modal hotfix (doesn't fetch the variables)
:root {
--bs-modal-zindex: 1055;
--bs-modal-width: 500px;
--bs-modal-padding: 1rem;
--bs-modal-margin: 1.75rem;
--bs-modal-color: ;
--bs-modal-bg: #fff;
--bs-modal-border-color: var(--bs-border-color-translucent);
--bs-modal-border-width: 1px;
--bs-modal-border-radius: 0.5rem;
--bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
--bs-modal-inner-border-radius: calc(0.5rem - 1px);
--bs-modal-header-padding-x: 1rem;
--bs-modal-header-padding-y: 1rem;
--bs-modal-header-padding: 1rem 1rem;
--bs-modal-header-border-color: var(--bs-border-color);
--bs-modal-header-border-width: 1px;
--bs-modal-title-line-height: 1.5;
--bs-modal-footer-gap: 0.5rem;
--bs-modal-footer-bg: ;
--bs-modal-footer-border-color: var(--bs-border-color);
--bs-modal-footer-border-width: 1px;
}

0 comments on commit bf77ade

Please sign in to comment.