From: Vincent Vanwaelscappel Date: Thu, 5 Oct 2023 12:10:18 +0000 (+0200) Subject: wip #6348 @0.25 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=900ac3004f4085234c317a844938b0cb7838b476;p=fluidbook-toolbox-quiz.git wip #6348 @0.25 --- 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