mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
✨ Activate SCSS library to manipulate colors
This commit is contained in:
@@ -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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user