Skip to content

Commit

Permalink
Merge branch 'fix_hedges_style'
Browse files Browse the repository at this point in the history
  • Loading branch information
thibault committed Nov 26, 2024
2 parents 2853050 + 55341bd commit 6e96a17
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 82 deletions.
42 changes: 2 additions & 40 deletions envergo/static/icons/à_arracher.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
42 changes: 2 additions & 40 deletions envergo/static/icons/à_planter.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 3 additions & 2 deletions envergo/static/sass/project_haie.scss
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@ div#app {
.hedge.to-plant {
stroke: #0f0;
stroke-width: 6px;
filter: drop-shadow(white 1px 1px 0);
filter: drop-shadow(#fff 1px 1px 0) drop-shadow(#fff -1px 1px 0)
drop-shadow(#fff 1px -1px 0) drop-shadow(#fff -1px -1px 0);

&:hover,
&.hovered {
Expand All @@ -136,7 +137,7 @@ div#app {
.hedge.to-remove {
stroke: #f00;
stroke-width: 6px;
stroke-dasharray: 10 12;
stroke-dasharray: 12 10;
stroke-linecap: square;
filter: drop-shadow(white 1px 1px 0) drop-shadow(white -1px 1px 0)
drop-shadow(white 1px -1px 0) drop-shadow(white -1px -1px 0);
Expand Down

0 comments on commit 6e96a17

Please sign in to comment.