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:
parent
4b2a4c8fa3
commit
47320330ad
2 changed files with 9 additions and 3 deletions
|
@ -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";
|
||||||
|
|
|
@ -251,7 +251,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&.dragging {
|
&.dragging {
|
||||||
background-color: $color-primary-lighter;
|
background-color: color.adjust($color-primary, $alpha: -0.69);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue