X-Git-Url: https://jasonwoof.com/gitweb/?p=crayon_mockup.git;a=blobdiff_plain;f=styl.styl;h=c5b6d5c444967a8d9eb8702f92410f6dfe0c02ac;hp=b83e8d51974b3581322c86b98fac55bdf23f6dbf;hb=5d274b8b3095caf08933dd0474e270571dcc33e9;hpb=804571d5567f5c6b9ec21c4e1db9fcc40aaf6823 diff --git a/styl.styl b/styl.styl index b83e8d5..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 @@ -19,12 +24,12 @@ cursor: pointer &:hover background-color: #f9f9f9 + margin: 0 4px + * + & + margin-left: 8px .button.disabled color: #777 background-color: #f3f3f3 cursor: default - .button + .button - margin-left: 14px - .toolbar, .tool_options padding-bottom: 5px