diff --git a/frontend/resources/styles/main-default.scss b/frontend/resources/styles/main-default.scss index 8c6c1e6225..4ad1f8eac8 100644 --- a/frontend/resources/styles/main-default.scss +++ b/frontend/resources/styles/main-default.scss @@ -7,9 +7,15 @@ // // Copyright (c) 2020 UXBOX Labs SL -// MAIN STYLES + //################################################# -// +// Import libraries +//################################################# + +@use "sass:color"; + +//################################################# +// MAIN STYLES //################################################# @import "common/dependencies/colors"; diff --git a/frontend/resources/styles/main/partials/dashboard-sidebar.scss b/frontend/resources/styles/main/partials/dashboard-sidebar.scss index 5aac64f255..089f8c08b3 100644 --- a/frontend/resources/styles/main/partials/dashboard-sidebar.scss +++ b/frontend/resources/styles/main/partials/dashboard-sidebar.scss @@ -251,7 +251,7 @@ } &.dragging { - background-color: $color-primary-lighter; + background-color: color.adjust($color-primary, $alpha: -0.69); } } }