Unhardcode color

This commit is contained in:
Tanya Fomina 2022-08-14 16:20:45 +03:00
commit 3cf83089be
2 changed files with 3 additions and 2 deletions

View file

@ -81,12 +81,12 @@
@media (--can-hover) {
&:hover {
background: #ce4343;
background: var(--color-confirm-hover);
}
}
&.ce-popover__item--focused {
background: #ce4343 !important;
background: var(--color-confirm-hover) !important;
}
.ce-popover__item-icon {

View file

@ -69,6 +69,7 @@
* Confirm deletion bg
*/
--color-confirm: #E24A4A;
--color-confirm-hover: #CE4343;
--overlay-pane: {
position: absolute;