From 900ac3004f4085234c317a844938b0cb7838b476 Mon Sep 17 00:00:00 2001 From: Vincent Vanwaelscappel Date: Thu, 5 Oct 2023 14:10:18 +0200 Subject: [PATCH] wip #6348 @0.25 --- style/100-global.sass | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/style/100-global.sass b/style/100-global.sass index dd5a956..ea8fd94 100644 --- a/style/100-global.sass +++ b/style/100-global.sass @@ -19,14 +19,8 @@ body .bg background-color: $background-color - - @if ($background-custom) - object-fit: $background-desktop-size - object-position: $background-desktop-position-x $background-desktop-position-y - - .m & - object-fit: $background-mobile-size - object-position: $background-mobile-position-x $background-mobile-position-y + object-fit: cover + object-position: 50% 50% min-width: 1200px max-width: 1200px @@ -258,9 +252,11 @@ body // SimpleBar personalisation .simplebar-wrapper height: 100% + .simplebar-track - +opacity(.08,background-color,$texts-color) + +opacity(.08, background-color, $texts-color) border-radius: 20px + &.simplebar-vertical .simplebar-scrollbar::before background-color: #77679f @@ -270,5 +266,6 @@ body bottom: 1px left: 1px right: 1px + &.simplebar-horizontal display: none -- 2.39.5