0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-26 08:29:42 -05:00

Activate SCSS library to manipulate colors

This commit is contained in:
Andrés Moya 2021-03-15 11:23:12 +01:00
parent 4b2a4c8fa3
commit 47320330ad
2 changed files with 9 additions and 3 deletions

View file

@ -7,9 +7,15 @@
// //
// Copyright (c) 2020 UXBOX Labs SL // Copyright (c) 2020 UXBOX Labs SL
// MAIN STYLES
//################################################# //#################################################
// // Import libraries
//#################################################
@use "sass:color";
//#################################################
// MAIN STYLES
//################################################# //#################################################
@import "common/dependencies/colors"; @import "common/dependencies/colors";

View file

@ -251,7 +251,7 @@
} }
&.dragging { &.dragging {
background-color: $color-primary-lighter; background-color: color.adjust($color-primary, $alpha: -0.69);
} }
} }
} }