Make WordPress Core

Ticket #29797: farbtastic.scss

File farbtastic.scss, 540 bytes (added by x2048, 12 years ago)

Sample file converted to .scss

Line 
1.farbtastic {
2 position: relative;
3
4 * {
5 position: absolute;
6 cursor: crosshair;
7 }
8
9 &, .wheel {
10 width: 195px;
11 height: 195px;
12 }
13
14 .color,
15 .overlay {
16 top: 47px;
17 left: 47px;
18 width: 101px;
19 height: 101px;
20 }
21
22 .wheel {
23 background: url(../images/wheel.png) no-repeat;
24 }
25
26 .overlay {
27 background: url(../images/mask.png) no-repeat;
28 }
29
30 .marker {
31 width: 17px;
32 height: 17px;
33 margin: -8px 0 0 -8px;
34 overflow: hidden;
35 background: url(../images/marker.png) no-repeat;
36 }
37}
38