X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=styl.styl;h=c5b6d5c444967a8d9eb8702f92410f6dfe0c02ac;hp=1f6fd72d95cdd90ea8d07eb7ffe6ce267585a4e7;hb=b841794e6530cd54f08fe3057c683454cabf91e7;hpb=81ebf177e50d343cf0a7236278c618a39a9253ae diff --git a/styl.styl b/styl.styl index 1f6fd72..c5b6d5c 100644 --- a/styl.styl +++ b/styl.styl @@ -1,15 +1,20 @@ .crayon_mockup svg border: 1px dotted #aaa + /.crayon_mockup.delete_tool svg + cursor: crosshair svg path fill: none stroke: #8c8c8c - stroke-width: 2 + stroke-width: 3 stroke-linecap: butt stroke-linejoin: round stroke-miterlimit: 4 stroke-opacity: 1 stroke-dasharray: none + /.crayon_mockup.delete_tool svg path:hover + stroke-width: 5 + stroke: #f00 .button display: inline-block border-radius: 4px