Skip to content

Commit

Permalink
Merge branch 'dev' into dev-primo-rest-labels-full-text
Browse files Browse the repository at this point in the history
  • Loading branch information
demiankatz committed Nov 29, 2024
2 parents 62ff326 + 0715d34 commit c44edb0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ module.exports = function(grunt) {
}
],
options: {
excludes: ['important'],
replacements: [
// Activate SCSS
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ $cc-footer-links-gap: 1.3rem !default;
max-width: none!important;
min-width: auto!important;
border-left: none!important;
border-top: 1px solid var(--cc-separator-border-color !important);
border-top: 1px solid var(--cc-separator-border-color)!important;
}

.cm__btn + .cm__btn,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,6 @@ $cc-service-toggle-knob-icon-width: 1.7px !default;
}

.show--preferences #cc-main .cc--anim .pm{
transform: translateY(0 !important);
transform: translateY(0)!important;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -689,7 +689,7 @@ $cc-footer-links-gap: 1.3rem !default;
max-width: none!important;
min-width: auto!important;
border-left: none!important;
border-top: 1px solid var(--cc-separator-border-color !important);
border-top: 1px solid var(--cc-separator-border-color)!important;
}

.cm__btn + .cm__btn,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1000,6 +1000,6 @@ $cc-service-toggle-knob-icon-width: 1.7px !default;
}

.show--preferences #cc-main .cc--anim .pm{
transform: translateY(0 !important);
transform: translateY(0)!important;
}
}

0 comments on commit c44edb0

Please sign in to comment.