.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
// 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
bottom: 1px
left: 1px
right: 1px
+
&.simplebar-horizontal
display: none