UNPKG

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