@lingk/sync 0.0.5 → 0.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -0,0 +1,66 @@
1
+ /* CUSTOM STYLES */
2
+ body {
3
+ margin: 0;
4
+ padding: 0;
5
+ }
6
+
7
+ body, td {
8
+ font-family: "Salesforce Sans", Arial, sans-serif !important;
9
+ }
10
+
11
+ .noSidebarCell, .sidebarCell .fixed{
12
+ margin: 0;
13
+ padding: 0 !important;
14
+ }
15
+
16
+ ul li, ol li {
17
+ margin-left: 0 !important;
18
+ }
19
+ .wizard-body{
20
+ width:100%;
21
+ background: white;
22
+ }
23
+ .wizard-sidebar{
24
+ width:250px;
25
+ display: inline-block;
26
+ }
27
+ .wizard-content{
28
+ width: calc(100% - 250px);
29
+ vertical-align:top;
30
+ padding:31px 28px 31px 45px;
31
+ display:inline-block;
32
+ }
33
+ .wizard-schema-field {
34
+ cursor:pointer;
35
+ }
36
+ .wizard-schema-field:hover {
37
+ background: #dfe0e0 !important;
38
+ }
39
+
40
+ .accordion-panel{
41
+ border: 1px solid #0070d2;
42
+ border-radius: 7px;
43
+ overflow: hidden;
44
+ margin-bottom: 6px;
45
+ }
46
+ .accordion-panel-header{
47
+ background: #0070d2;
48
+ color: white;
49
+ padding: 9px 13px;
50
+ font-weight: bold;
51
+ cursor:pointer;
52
+ -moz-user-select: none;
53
+ -webkit-user-select: none;
54
+ -ms-user-select: none;
55
+ user-select: none;
56
+ }
57
+ .accordion-panel-header:hover{
58
+ text-decoration: underline;
59
+ }
60
+ .accordion-panel-collapse{
61
+ transition: height 0.35s;
62
+ -webkit-transition: height 0.35s;
63
+ padding: 0 13px;
64
+ }
65
+
66
+ /*# sourceMappingURL=lightning.css.map*/
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"css/lightning.css","sourceRoot":""}
@@ -0,0 +1,78 @@
1
+ /* CUSTOM STYLES */
2
+ body {
3
+ margin: 0;
4
+ padding: 0;
5
+ }
6
+ body, td {
7
+ font-family: "Helvetica Neue", Arial, sans-serif !important;
8
+ }
9
+ .wizard-body{
10
+ width:100%;
11
+ background: #dfe0e0;
12
+ }
13
+ .wizard-sidebar{
14
+ width:190px;
15
+ display: inline-block;
16
+ }
17
+ .wizard-content{
18
+ width: calc(100% - 190px);
19
+ vertical-align:top;
20
+ padding:31px 28px 31px 45px;
21
+ display:inline-block;
22
+ }
23
+ .btn{
24
+ border-radius: 0;
25
+ }
26
+ .form-control{
27
+ width: 300px;
28
+ }
29
+ .wizard-step-circle {
30
+ width: 35px;
31
+ height: 35px;
32
+ border-radius: 50%;
33
+ padding-top: 8px;
34
+ text-align: center;
35
+ margin: 10px;
36
+ display: inline-block;
37
+ }
38
+
39
+ .wizard-schema-field {
40
+ cursor:pointer;
41
+ }
42
+ .wizard-schema-field:hover {
43
+ background: #dfe0e0 !important;
44
+ }
45
+
46
+ .accordion-panel{
47
+ line-height: 1.4;
48
+ border: 1px solid #2e6da4;
49
+ border-radius: 7px;
50
+ overflow: hidden;
51
+ margin-bottom: 6px;
52
+ }
53
+ .accordion-panel-header{
54
+ background: #337ab7;
55
+ color: white;
56
+ padding: 9px 13px;
57
+ font-weight: bold;
58
+ cursor:pointer;
59
+ -moz-user-select: none;
60
+ -webkit-user-select: none;
61
+ -ms-user-select: none;
62
+ user-select: none;
63
+ }
64
+ .accordion-panel-header:hover{
65
+ text-decoration: underline;
66
+ }
67
+ .accordion-panel-collapse{
68
+ transition: height 0.35s;
69
+ -webkit-transition: height 0.35s;
70
+ padding: 0 13px;
71
+ }
72
+
73
+ .btn-primary {
74
+ box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
75
+ color: #fff;
76
+ }
77
+
78
+ /*# sourceMappingURL=lingk.css.map*/
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"css/lingk.css","sourceRoot":""}