JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
1f6fd72d95cdd90ea8d07eb7ffe6ce267585a4e7
[crayon_mockup.git] / styl.styl
1 .crayon_mockup
2         svg
3                 border: 1px dotted #aaa
4         svg path
5                 fill: none
6                 stroke: #8c8c8c
7                 stroke-width: 2
8                 stroke-linecap: butt
9                 stroke-linejoin: round
10                 stroke-miterlimit: 4
11                 stroke-opacity: 1
12                 stroke-dasharray: none
13         .button
14                 display: inline-block
15                 border-radius: 4px
16                 background: white
17                 box-shadow: 1px 1px 4px rgba(0,0,0,0.5)
18                 padding: 1px 2px
19                 cursor: pointer
20                 &:hover
21                         background-color: #f9f9f9
22                 margin: 0 4px
23                 * + &
24                         margin-left: 8px
25         .button.disabled
26                 color: #777
27                 background-color: #f3f3f3
28                 cursor: default
29         .toolbar, .tool_options
30                 padding-bottom: 5px