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:
parent
4b2a4c8fa3
commit
47320330ad
2 changed files with 9 additions and 3 deletions
|
@ -7,9 +7,15 @@
|
|||
//
|
||||
// Copyright (c) 2020 UXBOX Labs SL
|
||||
|
||||
// MAIN STYLES
|
||||
|
||||
//#################################################
|
||||
//
|
||||
// Import libraries
|
||||
//#################################################
|
||||
|
||||
@use "sass:color";
|
||||
|
||||
//#################################################
|
||||
// MAIN STYLES
|
||||
//#################################################
|
||||
|
||||
@import "common/dependencies/colors";
|
||||
|
|
|
@ -251,7 +251,7 @@
|
|||
}
|
||||
|
||||
&.dragging {
|
||||
background-color: $color-primary-lighter;
|
||||
background-color: color.adjust($color-primary, $alpha: -0.69);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue