forked from jasongornall/stylushelp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test.json
66 lines (66 loc) · 1.68 KB
/
test.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
read_dir
test styl
{
"testing/panda.styl": {
".fancybox-wrap": {
"space_check": 2,
"attributes": [
"box-shadow 0px 0px 200px -30px $secondary_color"
],
"line": 15
},
".fancybox-wrap .fancybox-skin": {
"space_check": 4,
"attributes": [
"box-shadow 0px 0px 20px 6px rbga(0,0,0,0.5) !important"
],
"line": 17
},
".fancybox-wrap .fancybox-skin .fancybox-inner": {
"space_check": 4,
"attributes": [
"display hidden !important"
],
"line": 19
},
"#login-fancybox": {
"space_check": 2,
"attributes": [
"background-position center center",
"background-size cover",
"box-shadow 10px 10px 10px 10px #FFF",
"color $frame_text_color",
"display none",
"height 300px",
"position relative",
"text-align center",
"text-transform uppercase",
"width 600px"
],
"line": 22
},
"#login-fancybox .top": {
"space_check": 4,
"attributes": [
"cursor default",
"font-family $subtitle_font",
"font-size 35px",
"line-height 35px",
"padding-top 40px",
"user-select none"
],
"line": 33
},
"#login-fancybox .top .subtitle": {
"space_check": 4,
"attributes": [
"cursor default",
"margin 0px auto",
"padding 40px 0",
"user-select none",
"width 400px"
],
"line": 40
}
}
}