Adjust color for edit action to $teal

This commit is contained in:
Jean-Baptiste Bellet
2023-09-14 10:50:14 +02:00
parent 241dbd1ded
commit a59c8adbbf
3 changed files with 8 additions and 8 deletions

View File

@@ -70,25 +70,25 @@
&.capture,
&.save,
&.add {
background-color: $color-success;
background-color: $teal;
&.n:before,
&.ne:before,
&.nw:before {
border-top-color: $color-success;
border-top-color: $teal;
}
&.e:before,
&.nw:before,
&.sw:before {
border-right-color: $color-success;
border-right-color: $teal;
}
&.s:before,
&.se:before,
&.sw:before {
border-bottom-color: $color-success;
border-bottom-color: $teal;
}
&.w:before {
border-left-color: $color-success;
border-left-color: $teal;
}
}
&.remove,