Skip to content

Commit

Permalink
anpassungen liste studio wanner
Browse files Browse the repository at this point in the history
  • Loading branch information
fintinc committed Sep 23, 2024
1 parent 25d2561 commit 5416b78
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion site/assets/js/utils/slideshows.js
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ export default function() {
let speed = 0.85;

carouselPartners.addEventListener('mouseenter', function() {
speed = 0.2;
speed = 0;
});
carouselPartners.addEventListener('mouseleave', function() {
speed = 0.85;
Expand Down
2 changes: 1 addition & 1 deletion site/assets/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
--bs-btn-active-color: var(--primary);
--bs-btn-active-bg: var(--primary-light);
--bs-btn-hover-bg: var(--primary-light);
--bs-btn-active-border-color: var(--primary-light);
--bs-btn-active-border-color: var(--primary);
--bs-btn-border-width: 1px;
}

Expand Down
4 changes: 2 additions & 2 deletions site/assets/scss/layouts/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@
&.show,
&.showing,
&.hiding {
background-color: #ffffffe0;
backdrop-filter: blur(10px);
background-color: #fff;
//backdrop-filter: blur(10px);
min-height: 100vh;

}
Expand Down

0 comments on commit 5416b78

Please sign in to comment.