0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-01-25 07:58:49 -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
// MAIN STYLES
//#################################################
//
// Import libraries
//#################################################
@use "sass:color";
//#################################################
// MAIN STYLES
//#################################################
@import "common/dependencies/colors";

View file

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