mosaic-headless 1.2.0
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.
- package/LICENSE +21 -0
- package/README.ja.md +94 -0
- package/README.md +133 -0
- package/README.zh-CN.md +87 -0
- package/README.zh-TW.md +87 -0
- package/SKILL.md +353 -0
- package/assets/templates/platforms/claude-ai.json +34 -0
- package/assets/templates/platforms/claude-code.json +28 -0
- package/assets/templates/platforms/codex-cli.json +33 -0
- package/assets/templates/platforms/continue.json +31 -0
- package/assets/templates/platforms/copilot.json +46 -0
- package/assets/templates/platforms/cursor.json +36 -0
- package/assets/templates/platforms/gemini-cli.json +33 -0
- package/assets/templates/platforms/windsurf.json +34 -0
- package/bin/check-release.mjs +143 -0
- package/bin/install.mjs +452 -0
- package/bin/sync-version.mjs +63 -0
- package/data/animatable-properties.csv +23 -0
- package/data/condition-comparators.csv +13 -0
- package/data/condition-subjects.csv +60 -0
- package/data/db-columns.csv +207 -0
- package/data/default-children.csv +11 -0
- package/data/dynamic-variables.csv +75 -0
- package/data/element-classes.csv +152 -0
- package/data/evaluator-functions.csv +20 -0
- package/data/interaction-types.csv +13 -0
- package/data/node-properties.csv +182 -0
- package/data/node-property-verification.csv +182 -0
- package/data/node-types.csv +123 -0
- package/data/node-verification.csv +123 -0
- package/data/placement-rules.csv +123 -0
- package/data/pluggables.csv +208 -0
- package/data/property-verification.csv +171 -0
- package/data/rest-routes.csv +115 -0
- package/data/rwd-verification.csv +570 -0
- package/data/style-properties.csv +99 -0
- package/data/style-states.csv +54 -0
- package/data/style-value-shapes.csv +23 -0
- package/data/style-verification.csv +99 -0
- package/package.json +59 -0
- package/references/data-model.md +95 -0
- package/references/design-system.md +118 -0
- package/references/dynamic-content.md +113 -0
- package/references/failure-modes.md +182 -0
- package/references/interactions.md +126 -0
- package/references/placement.md +117 -0
- package/references/responsive.md +174 -0
- package/references/styling.md +172 -0
- package/references/templates-and-conditions.md +122 -0
- package/references/vs-elementor-gutenberg.md +73 -0
- package/references/write-protocol.md +79 -0
- package/sites/_moksa.py +1165 -0
- package/sites/moksa.json +8685 -0
- package/tools/bootstrap_probe_theme.php +68 -0
- package/tools/build_all.py +55 -0
- package/tools/build_page.py +352 -0
- package/tools/build_report.py +221 -0
- package/tools/build_site.py +174 -0
- package/tools/capture_live.py +130 -0
- package/tools/check_placement_predicts.py +72 -0
- package/tools/copy_styles.py +204 -0
- package/tools/extract_default_children.py +94 -0
- package/tools/extract_dynamic_variables.py +104 -0
- package/tools/extract_interactions.py +98 -0
- package/tools/extract_node_types.py +165 -0
- package/tools/extract_placement.py +135 -0
- package/tools/extract_pluggables.py +90 -0
- package/tools/extract_style_properties.py +163 -0
- package/tools/mint_session.php +52 -0
- package/tools/probe.py +144 -0
- package/tools/sweep_node_properties.py +271 -0
- package/tools/sweep_node_types.py +318 -0
- package/tools/sweep_properties.py +215 -0
- package/tools/sweep_style_properties.py +254 -0
- package/tools/theme_export.php +91 -0
- package/tools/theme_import.php +113 -0
- package/tools/verify_rwd.py +278 -0
|
@@ -0,0 +1,570 @@
|
|
|
1
|
+
url,attrID,breakpoint,property,declared,compiled,status
|
|
2
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast,_t,padding-left,28px,28px,verified
|
|
3
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast,_t,padding-right,28px,28px,verified
|
|
4
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast,_m,padding-left,18px,18px,verified
|
|
5
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast,_m,padding-right,18px,18px,verified
|
|
6
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast-lines,_m,margin-top,30px,30px,verified
|
|
7
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast-lede,_m,font-size,14px,14px,verified
|
|
8
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast-lede,_m,line-height,1.95,1.95,verified
|
|
9
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast-lede,_m,margin-top,20px,20px,verified
|
|
10
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast-cta,_m,margin-top,26px,26px,verified
|
|
11
|
+
https://mosaic.moksaweb.com/moksa/,mk-mast-cta,_m,column-gap,18px,18px,verified
|
|
12
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-rule,_m,margin-top,40px,40px,verified
|
|
13
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec,_t,grid-template-columns,"repeat(2, 1fr)","repeat(2, 1fr)",verified
|
|
14
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec,_m,grid-template-columns,"repeat(2, 1fr)","repeat(2, 1fr)",verified
|
|
15
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-0,_t,padding-top,18px,18px,verified
|
|
16
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-0,_t,padding-bottom,18px,18px,verified
|
|
17
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-0,_t,padding-left,0px,0px,verified
|
|
18
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-0,_t,border-left,0,0,verified
|
|
19
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-0,_t,border-top,0,0,verified
|
|
20
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-0,_m,padding-right,12px,12px,verified
|
|
21
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-0,_m,padding-left,0px,0px,verified
|
|
22
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-1,_t,padding-top,18px,18px,verified
|
|
23
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-1,_t,padding-bottom,18px,18px,verified
|
|
24
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-1,_t,padding-left,18px,18px,verified
|
|
25
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-1,_t,border-left,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
26
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-1,_t,border-top,0,0,verified
|
|
27
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-1,_m,padding-right,12px,12px,verified
|
|
28
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-1,_m,padding-left,14px,14px,verified
|
|
29
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-2,_t,padding-top,18px,18px,verified
|
|
30
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-2,_t,padding-bottom,18px,18px,verified
|
|
31
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-2,_t,padding-left,0px,0px,verified
|
|
32
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-2,_t,border-left,0,0,verified
|
|
33
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-2,_t,border-top,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
34
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-2,_m,padding-right,12px,12px,verified
|
|
35
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-2,_m,padding-left,0px,0px,verified
|
|
36
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-3,_t,padding-top,18px,18px,verified
|
|
37
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-3,_t,padding-bottom,18px,18px,verified
|
|
38
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-3,_t,padding-left,18px,18px,verified
|
|
39
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-3,_t,border-left,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
40
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-3,_t,border-top,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
41
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-3,_m,padding-right,12px,12px,verified
|
|
42
|
+
https://mosaic.moksaweb.com/moksa/,mk-spec-3,_m,padding-left,14px,14px,verified
|
|
43
|
+
https://mosaic.moksaweb.com/moksa/,services,_t,padding-left,28px,28px,verified
|
|
44
|
+
https://mosaic.moksaweb.com/moksa/,services,_t,padding-right,28px,28px,verified
|
|
45
|
+
https://mosaic.moksaweb.com/moksa/,services,_m,padding-left,18px,18px,verified
|
|
46
|
+
https://mosaic.moksaweb.com/moksa/,services,_m,padding-right,18px,18px,verified
|
|
47
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-pad,_m,padding-top,56px,56px,verified
|
|
48
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-head,_m,grid-template-columns,48px 1fr,48px 1fr,verified
|
|
49
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-list,_m,margin-top,32px,32px,verified
|
|
50
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-0,_t,grid-template-columns,72px 1fr 1.2fr,72px 1fr 1.2fr,verified
|
|
51
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-0,_t,column-gap,18px,18px,verified
|
|
52
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-0,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
53
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-0,_m,row-gap,10px,10px,verified
|
|
54
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-0,_m,padding-top,20px,20px,verified
|
|
55
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-0,_m,padding-bottom,20px,20px,verified
|
|
56
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-1,_t,grid-template-columns,72px 1fr 1.2fr,72px 1fr 1.2fr,verified
|
|
57
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-1,_t,column-gap,18px,18px,verified
|
|
58
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-1,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
59
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-1,_m,row-gap,10px,10px,verified
|
|
60
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-1,_m,padding-top,20px,20px,verified
|
|
61
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-1,_m,padding-bottom,20px,20px,verified
|
|
62
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-2,_t,grid-template-columns,72px 1fr 1.2fr,72px 1fr 1.2fr,verified
|
|
63
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-2,_t,column-gap,18px,18px,verified
|
|
64
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-2,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
65
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-2,_m,row-gap,10px,10px,verified
|
|
66
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-2,_m,padding-top,20px,20px,verified
|
|
67
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-2,_m,padding-bottom,20px,20px,verified
|
|
68
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-3,_t,grid-template-columns,72px 1fr 1.2fr,72px 1fr 1.2fr,verified
|
|
69
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-3,_t,column-gap,18px,18px,verified
|
|
70
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-3,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
71
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-3,_m,row-gap,10px,10px,verified
|
|
72
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-3,_m,padding-top,20px,20px,verified
|
|
73
|
+
https://mosaic.moksaweb.com/moksa/,mk-svc-3,_m,padding-bottom,20px,20px,verified
|
|
74
|
+
https://mosaic.moksaweb.com/moksa/,process,_t,padding-left,28px,28px,verified
|
|
75
|
+
https://mosaic.moksaweb.com/moksa/,process,_t,padding-right,28px,28px,verified
|
|
76
|
+
https://mosaic.moksaweb.com/moksa/,process,_m,padding-left,18px,18px,verified
|
|
77
|
+
https://mosaic.moksaweb.com/moksa/,process,_m,padding-right,18px,18px,verified
|
|
78
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-pad,_m,padding-top,56px,56px,verified
|
|
79
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-head,_m,grid-template-columns,48px 1fr,48px 1fr,verified
|
|
80
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-track,_m,margin-top,34px,34px,verified
|
|
81
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-grid,_t,grid-template-columns,"repeat(2, 1fr)","repeat(2, 1fr)",verified
|
|
82
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-grid,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
83
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-0,_m,padding-top,20px,20px,verified
|
|
84
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-0,_m,padding-right,0px,0px,verified
|
|
85
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-1,_m,padding-top,20px,20px,verified
|
|
86
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-1,_m,padding-right,0px,0px,verified
|
|
87
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-2,_m,padding-top,20px,20px,verified
|
|
88
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-2,_m,padding-right,0px,0px,verified
|
|
89
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-3,_m,padding-top,20px,20px,verified
|
|
90
|
+
https://mosaic.moksaweb.com/moksa/,mk-proc-3,_m,padding-right,0px,0px,verified
|
|
91
|
+
https://mosaic.moksaweb.com/moksa/,works,_t,padding-left,28px,28px,verified
|
|
92
|
+
https://mosaic.moksaweb.com/moksa/,works,_t,padding-right,28px,28px,verified
|
|
93
|
+
https://mosaic.moksaweb.com/moksa/,works,_m,padding-left,18px,18px,verified
|
|
94
|
+
https://mosaic.moksaweb.com/moksa/,works,_m,padding-right,18px,18px,verified
|
|
95
|
+
https://mosaic.moksaweb.com/moksa/,mk-works-pad,_m,padding-top,56px,56px,verified
|
|
96
|
+
https://mosaic.moksaweb.com/moksa/,mk-works-head,_m,grid-template-columns,48px 1fr,48px 1fr,verified
|
|
97
|
+
https://mosaic.moksaweb.com/moksa/,mk-works-table,_m,margin-top,32px,32px,verified
|
|
98
|
+
https://mosaic.moksaweb.com/moksa/,mk-works-thead,_m,display,none,none,verified
|
|
99
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-0,_m,grid-template-columns,1fr,1fr,verified
|
|
100
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-0,_m,row-gap,5px,5px,verified
|
|
101
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-0,_m,padding-top,15px,15px,verified
|
|
102
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-0,_m,padding-bottom,15px,15px,verified
|
|
103
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-1,_m,grid-template-columns,1fr,1fr,verified
|
|
104
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-1,_m,row-gap,5px,5px,verified
|
|
105
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-1,_m,padding-top,15px,15px,verified
|
|
106
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-1,_m,padding-bottom,15px,15px,verified
|
|
107
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-2,_m,grid-template-columns,1fr,1fr,verified
|
|
108
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-2,_m,row-gap,5px,5px,verified
|
|
109
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-2,_m,padding-top,15px,15px,verified
|
|
110
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-2,_m,padding-bottom,15px,15px,verified
|
|
111
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-3,_m,grid-template-columns,1fr,1fr,verified
|
|
112
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-3,_m,row-gap,5px,5px,verified
|
|
113
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-3,_m,padding-top,15px,15px,verified
|
|
114
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-3,_m,padding-bottom,15px,15px,verified
|
|
115
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-4,_m,grid-template-columns,1fr,1fr,verified
|
|
116
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-4,_m,row-gap,5px,5px,verified
|
|
117
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-4,_m,padding-top,15px,15px,verified
|
|
118
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-4,_m,padding-bottom,15px,15px,verified
|
|
119
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-5,_m,grid-template-columns,1fr,1fr,verified
|
|
120
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-5,_m,row-gap,5px,5px,verified
|
|
121
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-5,_m,padding-top,15px,15px,verified
|
|
122
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-5,_m,padding-bottom,15px,15px,verified
|
|
123
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-6,_m,grid-template-columns,1fr,1fr,verified
|
|
124
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-6,_m,row-gap,5px,5px,verified
|
|
125
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-6,_m,padding-top,15px,15px,verified
|
|
126
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-6,_m,padding-bottom,15px,15px,verified
|
|
127
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-7,_m,grid-template-columns,1fr,1fr,verified
|
|
128
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-7,_m,row-gap,5px,5px,verified
|
|
129
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-7,_m,padding-top,15px,15px,verified
|
|
130
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-7,_m,padding-bottom,15px,15px,verified
|
|
131
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-8,_m,grid-template-columns,1fr,1fr,verified
|
|
132
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-8,_m,row-gap,5px,5px,verified
|
|
133
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-8,_m,padding-top,15px,15px,verified
|
|
134
|
+
https://mosaic.moksaweb.com/moksa/,mk-work-8,_m,padding-bottom,15px,15px,verified
|
|
135
|
+
https://mosaic.moksaweb.com/moksa/,stack,_t,padding-left,28px,28px,verified
|
|
136
|
+
https://mosaic.moksaweb.com/moksa/,stack,_t,padding-right,28px,28px,verified
|
|
137
|
+
https://mosaic.moksaweb.com/moksa/,stack,_m,padding-left,18px,18px,verified
|
|
138
|
+
https://mosaic.moksaweb.com/moksa/,stack,_m,padding-right,18px,18px,verified
|
|
139
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-pad,_m,padding-top,56px,56px,verified
|
|
140
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-head,_m,grid-template-columns,48px 1fr,48px 1fr,verified
|
|
141
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-list,_m,margin-top,32px,32px,verified
|
|
142
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-0,_m,grid-template-columns,1fr,1fr,verified
|
|
143
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-0,_m,row-gap,10px,10px,verified
|
|
144
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-0,_m,padding-top,16px,16px,verified
|
|
145
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-0,_m,padding-bottom,16px,16px,verified
|
|
146
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-1,_m,grid-template-columns,1fr,1fr,verified
|
|
147
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-1,_m,row-gap,10px,10px,verified
|
|
148
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-1,_m,padding-top,16px,16px,verified
|
|
149
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-1,_m,padding-bottom,16px,16px,verified
|
|
150
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-2,_m,grid-template-columns,1fr,1fr,verified
|
|
151
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-2,_m,row-gap,10px,10px,verified
|
|
152
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-2,_m,padding-top,16px,16px,verified
|
|
153
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-2,_m,padding-bottom,16px,16px,verified
|
|
154
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-3,_m,grid-template-columns,1fr,1fr,verified
|
|
155
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-3,_m,row-gap,10px,10px,verified
|
|
156
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-3,_m,padding-top,16px,16px,verified
|
|
157
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-3,_m,padding-bottom,16px,16px,verified
|
|
158
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-4,_m,grid-template-columns,1fr,1fr,verified
|
|
159
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-4,_m,row-gap,10px,10px,verified
|
|
160
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-4,_m,padding-top,16px,16px,verified
|
|
161
|
+
https://mosaic.moksaweb.com/moksa/,mk-stack-4,_m,padding-bottom,16px,16px,verified
|
|
162
|
+
https://mosaic.moksaweb.com/moksa/,products,_t,padding-left,28px,28px,verified
|
|
163
|
+
https://mosaic.moksaweb.com/moksa/,products,_t,padding-right,28px,28px,verified
|
|
164
|
+
https://mosaic.moksaweb.com/moksa/,products,_m,padding-left,18px,18px,verified
|
|
165
|
+
https://mosaic.moksaweb.com/moksa/,products,_m,padding-right,18px,18px,verified
|
|
166
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-pad,_m,padding-top,54px,54px,verified
|
|
167
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-pad,_m,padding-bottom,54px,54px,verified
|
|
168
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-head,_m,grid-template-columns,48px 1fr,48px 1fr,verified
|
|
169
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-list,_m,margin-top,28px,28px,verified
|
|
170
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-0,_t,grid-template-columns,72px 1fr 1.2fr,72px 1fr 1.2fr,verified
|
|
171
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-0,_t,column-gap,18px,18px,verified
|
|
172
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-0,_t,row-gap,14px,14px,verified
|
|
173
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-0,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
174
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-0,_m,row-gap,12px,12px,verified
|
|
175
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-0,_m,padding-top,20px,20px,verified
|
|
176
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-0,_m,padding-bottom,20px,20px,verified
|
|
177
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-1,_t,grid-template-columns,72px 1fr 1.2fr,72px 1fr 1.2fr,verified
|
|
178
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-1,_t,column-gap,18px,18px,verified
|
|
179
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-1,_t,row-gap,14px,14px,verified
|
|
180
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-1,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
181
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-1,_m,row-gap,12px,12px,verified
|
|
182
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-1,_m,padding-top,20px,20px,verified
|
|
183
|
+
https://mosaic.moksaweb.com/moksa/,mk-prod-1,_m,padding-bottom,20px,20px,verified
|
|
184
|
+
https://mosaic.moksaweb.com/moksa/,mk-voices,_t,padding-left,28px,28px,verified
|
|
185
|
+
https://mosaic.moksaweb.com/moksa/,mk-voices,_t,padding-right,28px,28px,verified
|
|
186
|
+
https://mosaic.moksaweb.com/moksa/,mk-voices,_m,padding-left,18px,18px,verified
|
|
187
|
+
https://mosaic.moksaweb.com/moksa/,mk-voices,_m,padding-right,18px,18px,verified
|
|
188
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-pad,_m,padding-top,56px,56px,verified
|
|
189
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-head,_m,grid-template-columns,48px 1fr,48px 1fr,verified
|
|
190
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-grid,_t,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
191
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-grid,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
192
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-0,_t,padding-left,0px,0px,verified
|
|
193
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-0,_t,padding-right,0px,0px,verified
|
|
194
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-0,_t,border-top,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
195
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-0,_t,border-left,0,0,verified
|
|
196
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-0,_m,padding-left,0px,0px,verified
|
|
197
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-0,_m,padding-right,0px,0px,verified
|
|
198
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-0,_m,border-top,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
199
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-0,_m,border-left,0,0,verified
|
|
200
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-1,_t,padding-left,0px,0px,verified
|
|
201
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-1,_t,padding-right,0px,0px,verified
|
|
202
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-1,_t,border-top,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
203
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-1,_t,border-left,0,0,verified
|
|
204
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-1,_m,padding-left,0px,0px,verified
|
|
205
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-1,_m,padding-right,0px,0px,verified
|
|
206
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-1,_m,border-top,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
207
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-1,_m,border-left,0,0,verified
|
|
208
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-2,_t,padding-left,0px,0px,verified
|
|
209
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-2,_t,padding-right,0px,0px,verified
|
|
210
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-2,_t,border-top,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
211
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-2,_t,border-left,0,0,verified
|
|
212
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-2,_m,padding-left,0px,0px,verified
|
|
213
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-2,_m,padding-right,0px,0px,verified
|
|
214
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-2,_m,border-top,"1px solid rgba(22,24,28,.16)","1px solid rgba(22, 24, 28, .16)",verified
|
|
215
|
+
https://mosaic.moksaweb.com/moksa/,mk-voice-2,_m,border-left,0,0,verified
|
|
216
|
+
https://mosaic.moksaweb.com/moksa/,contact,_t,padding-left,28px,28px,verified
|
|
217
|
+
https://mosaic.moksaweb.com/moksa/,contact,_t,padding-right,28px,28px,verified
|
|
218
|
+
https://mosaic.moksaweb.com/moksa/,contact,_m,padding-left,18px,18px,verified
|
|
219
|
+
https://mosaic.moksaweb.com/moksa/,contact,_m,padding-right,18px,18px,verified
|
|
220
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-pad,_m,padding-top,56px,56px,verified
|
|
221
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-pad,_m,padding-bottom,64px,64px,verified
|
|
222
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-head,_m,grid-template-columns,48px 1fr,48px 1fr,verified
|
|
223
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-r-0,_m,grid-template-columns,84px 1fr,84px 1fr,verified
|
|
224
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-r-0,_m,column-gap,12px,12px,verified
|
|
225
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-r-1,_m,grid-template-columns,84px 1fr,84px 1fr,verified
|
|
226
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-r-1,_m,column-gap,12px,12px,verified
|
|
227
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-r-2,_m,grid-template-columns,84px 1fr,84px 1fr,verified
|
|
228
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-r-2,_m,column-gap,12px,12px,verified
|
|
229
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-r-3,_m,grid-template-columns,84px 1fr,84px 1fr,verified
|
|
230
|
+
https://mosaic.moksaweb.com/moksa/,mk-contact-r-3,_m,column-gap,12px,12px,verified
|
|
231
|
+
https://mosaic.moksaweb.com/moksa/,mk-header,_t,padding-left,28px,28px,verified
|
|
232
|
+
https://mosaic.moksaweb.com/moksa/,mk-header,_t,padding-right,28px,28px,verified
|
|
233
|
+
https://mosaic.moksaweb.com/moksa/,mk-header,_m,padding-left,18px,18px,verified
|
|
234
|
+
https://mosaic.moksaweb.com/moksa/,mk-header,_m,padding-right,18px,18px,verified
|
|
235
|
+
https://mosaic.moksaweb.com/moksa/,mk-header,_m,padding-top,13px,13px,verified
|
|
236
|
+
https://mosaic.moksaweb.com/moksa/,mk-header,_m,padding-bottom,13px,13px,verified
|
|
237
|
+
https://mosaic.moksaweb.com/moksa/,mk-header-row,_t,column-gap,24px,24px,verified
|
|
238
|
+
https://mosaic.moksaweb.com/moksa/,mk-header-row,_m,column-gap,12px,12px,verified
|
|
239
|
+
https://mosaic.moksaweb.com/moksa/,mk-nav,_t,column-gap,20px,20px,verified
|
|
240
|
+
https://mosaic.moksaweb.com/moksa/,mk-nav,_m,column-gap,15px,15px,verified
|
|
241
|
+
https://mosaic.moksaweb.com/moksa/,mk-nav-0,_m,font-size,12px,12px,verified
|
|
242
|
+
https://mosaic.moksaweb.com/moksa/,mk-nav-1,_m,font-size,12px,12px,verified
|
|
243
|
+
https://mosaic.moksaweb.com/moksa/,mk-nav-2,_m,font-size,12px,12px,verified
|
|
244
|
+
https://mosaic.moksaweb.com/moksa/,mk-nav-3,_m,font-size,12px,12px,verified
|
|
245
|
+
https://mosaic.moksaweb.com/moksa/,mk-header-cta,_m,display,none,none,verified
|
|
246
|
+
https://mosaic.moksaweb.com/moksa/,mk-header-cta,_t,font-size,12px,12px,verified
|
|
247
|
+
https://mosaic.moksaweb.com/moksa/,mk-footer,_t,padding-left,28px,28px,verified
|
|
248
|
+
https://mosaic.moksaweb.com/moksa/,mk-footer,_t,padding-right,28px,28px,verified
|
|
249
|
+
https://mosaic.moksaweb.com/moksa/,mk-footer,_m,padding-left,18px,18px,verified
|
|
250
|
+
https://mosaic.moksaweb.com/moksa/,mk-footer,_m,padding-right,18px,18px,verified
|
|
251
|
+
https://mosaic.moksaweb.com/moksa/,mk-f-top,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
252
|
+
https://mosaic.moksaweb.com/moksa/,mk-f-top,_m,padding-top,42px,42px,verified
|
|
253
|
+
https://mosaic.moksaweb.com/moksa/,mk-f-top,_m,padding-bottom,34px,34px,verified
|
|
254
|
+
https://mosaic.moksaweb.com/moksa/,mk-f-links,_m,grid-template-columns,"repeat(2, 1fr)","repeat(2, 1fr)",verified
|
|
255
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero,_t,padding-left,32px,32px,verified
|
|
256
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero,_t,padding-right,32px,32px,verified
|
|
257
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero,_t,padding-top,0px,0px,verified
|
|
258
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero,_t,padding-bottom,0px,0px,verified
|
|
259
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero,_m,padding-left,20px,20px,verified
|
|
260
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero,_m,padding-right,20px,20px,verified
|
|
261
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero,_m,padding-top,0px,0px,verified
|
|
262
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero,_m,padding-bottom,0px,0px,verified
|
|
263
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero-eyebrow,_m,font-size,9px,9px,verified
|
|
264
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
265
|
+
https://mosaic.moksaweb.com/zidanna/,zd-hero-cta,_m,margin-top,30px,30px,verified
|
|
266
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats,_t,padding-left,32px,32px,verified
|
|
267
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats,_t,padding-right,32px,32px,verified
|
|
268
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats,_t,padding-top,0px,0px,verified
|
|
269
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats,_t,padding-bottom,0px,0px,verified
|
|
270
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats,_m,padding-left,20px,20px,verified
|
|
271
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats,_m,padding-right,20px,20px,verified
|
|
272
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats,_m,padding-top,0px,0px,verified
|
|
273
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats,_m,padding-bottom,0px,0px,verified
|
|
274
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats-grid,_t,grid-template-columns,"repeat(2, 1fr)","repeat(2, 1fr)",verified
|
|
275
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stats-grid,_m,grid-template-columns,"repeat(2, 1fr)","repeat(2, 1fr)",verified
|
|
276
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-0,_t,padding-top,40px,40px,verified
|
|
277
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-0,_t,padding-bottom,40px,40px,verified
|
|
278
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-0,_t,padding-left,26px,26px,verified
|
|
279
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-0,_t,border-left,0,0,verified
|
|
280
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-0,_t,border-top,0,0,verified
|
|
281
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-0,_m,padding-top,30px,30px,verified
|
|
282
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-0,_m,padding-bottom,30px,30px,verified
|
|
283
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-0,_m,padding-left,18px,18px,verified
|
|
284
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-0,_m,padding-right,14px,14px,verified
|
|
285
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-1,_t,padding-top,40px,40px,verified
|
|
286
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-1,_t,padding-bottom,40px,40px,verified
|
|
287
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-1,_t,padding-left,26px,26px,verified
|
|
288
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-1,_t,border-left,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
289
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-1,_t,border-top,0,0,verified
|
|
290
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-1,_m,padding-top,30px,30px,verified
|
|
291
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-1,_m,padding-bottom,30px,30px,verified
|
|
292
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-1,_m,padding-left,18px,18px,verified
|
|
293
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-1,_m,padding-right,14px,14px,verified
|
|
294
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-2,_t,padding-top,40px,40px,verified
|
|
295
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-2,_t,padding-bottom,40px,40px,verified
|
|
296
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-2,_t,padding-left,26px,26px,verified
|
|
297
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-2,_t,border-left,0,0,verified
|
|
298
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-2,_t,border-top,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
299
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-2,_m,padding-top,30px,30px,verified
|
|
300
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-2,_m,padding-bottom,30px,30px,verified
|
|
301
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-2,_m,padding-left,18px,18px,verified
|
|
302
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-2,_m,padding-right,14px,14px,verified
|
|
303
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-3,_t,padding-top,40px,40px,verified
|
|
304
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-3,_t,padding-bottom,40px,40px,verified
|
|
305
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-3,_t,padding-left,26px,26px,verified
|
|
306
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-3,_t,border-left,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
307
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-3,_t,border-top,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
308
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-3,_m,padding-top,30px,30px,verified
|
|
309
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-3,_m,padding-bottom,30px,30px,verified
|
|
310
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-3,_m,padding-left,18px,18px,verified
|
|
311
|
+
https://mosaic.moksaweb.com/zidanna/,zd-stat-3,_m,padding-right,14px,14px,verified
|
|
312
|
+
https://mosaic.moksaweb.com/zidanna/,about,_t,padding-left,32px,32px,verified
|
|
313
|
+
https://mosaic.moksaweb.com/zidanna/,about,_t,padding-right,32px,32px,verified
|
|
314
|
+
https://mosaic.moksaweb.com/zidanna/,about,_t,padding-top,84px,84px,verified
|
|
315
|
+
https://mosaic.moksaweb.com/zidanna/,about,_t,padding-bottom,84px,84px,verified
|
|
316
|
+
https://mosaic.moksaweb.com/zidanna/,about,_m,padding-left,20px,20px,verified
|
|
317
|
+
https://mosaic.moksaweb.com/zidanna/,about,_m,padding-right,20px,20px,verified
|
|
318
|
+
https://mosaic.moksaweb.com/zidanna/,about,_m,padding-top,60px,60px,verified
|
|
319
|
+
https://mosaic.moksaweb.com/zidanna/,about,_m,padding-bottom,60px,60px,verified
|
|
320
|
+
https://mosaic.moksaweb.com/zidanna/,zd-about-row,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
321
|
+
https://mosaic.moksaweb.com/zidanna/,zd-about-eyebrow,_m,font-size,9px,9px,verified
|
|
322
|
+
https://mosaic.moksaweb.com/zidanna/,zd-about-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
323
|
+
https://mosaic.moksaweb.com/zidanna/,zd-statement,_t,padding-left,32px,32px,verified
|
|
324
|
+
https://mosaic.moksaweb.com/zidanna/,zd-statement,_t,padding-right,32px,32px,verified
|
|
325
|
+
https://mosaic.moksaweb.com/zidanna/,zd-statement,_t,padding-top,84px,84px,verified
|
|
326
|
+
https://mosaic.moksaweb.com/zidanna/,zd-statement,_t,padding-bottom,84px,84px,verified
|
|
327
|
+
https://mosaic.moksaweb.com/zidanna/,zd-statement,_m,padding-left,20px,20px,verified
|
|
328
|
+
https://mosaic.moksaweb.com/zidanna/,zd-statement,_m,padding-right,20px,20px,verified
|
|
329
|
+
https://mosaic.moksaweb.com/zidanna/,zd-statement,_m,padding-top,60px,60px,verified
|
|
330
|
+
https://mosaic.moksaweb.com/zidanna/,zd-statement,_m,padding-bottom,60px,60px,verified
|
|
331
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process,_t,padding-left,32px,32px,verified
|
|
332
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process,_t,padding-right,32px,32px,verified
|
|
333
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process,_t,padding-top,84px,84px,verified
|
|
334
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process,_t,padding-bottom,84px,84px,verified
|
|
335
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process,_m,padding-left,20px,20px,verified
|
|
336
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process,_m,padding-right,20px,20px,verified
|
|
337
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process,_m,padding-top,60px,60px,verified
|
|
338
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process,_m,padding-bottom,60px,60px,verified
|
|
339
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process-eyebrow,_m,font-size,9px,9px,verified
|
|
340
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
341
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process-grid,_t,grid-template-columns,"repeat(2, 1fr)","repeat(2, 1fr)",verified
|
|
342
|
+
https://mosaic.moksaweb.com/zidanna/,zd-process-grid,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
343
|
+
https://mosaic.moksaweb.com/zidanna/,zd-step-01,_t,margin-top,0px,0px,verified
|
|
344
|
+
https://mosaic.moksaweb.com/zidanna/,zd-step-01,_m,margin-top,0px,0px,verified
|
|
345
|
+
https://mosaic.moksaweb.com/zidanna/,zd-step-02,_t,margin-top,28px,28px,verified
|
|
346
|
+
https://mosaic.moksaweb.com/zidanna/,zd-step-02,_m,margin-top,0px,0px,verified
|
|
347
|
+
https://mosaic.moksaweb.com/zidanna/,zd-step-03,_t,margin-top,0px,0px,verified
|
|
348
|
+
https://mosaic.moksaweb.com/zidanna/,zd-step-03,_m,margin-top,0px,0px,verified
|
|
349
|
+
https://mosaic.moksaweb.com/zidanna/,zd-step-04,_t,margin-top,28px,28px,verified
|
|
350
|
+
https://mosaic.moksaweb.com/zidanna/,zd-step-04,_m,margin-top,0px,0px,verified
|
|
351
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat,_t,padding-left,32px,32px,verified
|
|
352
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat,_t,padding-right,32px,32px,verified
|
|
353
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat,_t,padding-top,84px,84px,verified
|
|
354
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat,_t,padding-bottom,84px,84px,verified
|
|
355
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat,_m,padding-left,20px,20px,verified
|
|
356
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat,_m,padding-right,20px,20px,verified
|
|
357
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat,_m,padding-top,60px,60px,verified
|
|
358
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat,_m,padding-bottom,60px,60px,verified
|
|
359
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-eyebrow,_m,font-size,9px,9px,verified
|
|
360
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
361
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-grid,_t,grid-template-columns,"repeat(2, 1fr)","repeat(2, 1fr)",verified
|
|
362
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-grid,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
363
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-0,_t,margin-top,0px,0px,verified
|
|
364
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-0,_m,margin-top,0px,0px,verified
|
|
365
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-1,_t,margin-top,34px,34px,verified
|
|
366
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-1,_m,margin-top,0px,0px,verified
|
|
367
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-2,_t,margin-top,0px,0px,verified
|
|
368
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-2,_m,margin-top,0px,0px,verified
|
|
369
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-3,_t,margin-top,34px,34px,verified
|
|
370
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cat-3,_m,margin-top,0px,0px,verified
|
|
371
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why,_t,padding-left,32px,32px,verified
|
|
372
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why,_t,padding-right,32px,32px,verified
|
|
373
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why,_t,padding-top,84px,84px,verified
|
|
374
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why,_t,padding-bottom,84px,84px,verified
|
|
375
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why,_m,padding-left,20px,20px,verified
|
|
376
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why,_m,padding-right,20px,20px,verified
|
|
377
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why,_m,padding-top,60px,60px,verified
|
|
378
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why,_m,padding-bottom,60px,60px,verified
|
|
379
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-head,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
380
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-eyebrow,_m,font-size,9px,9px,verified
|
|
381
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
382
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-grid,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
383
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-0,_m,padding-left,0px,0px,verified
|
|
384
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-0,_m,padding-right,0px,0px,verified
|
|
385
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-0,_m,padding-top,24px,24px,verified
|
|
386
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-0,_m,padding-bottom,24px,24px,verified
|
|
387
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-0,_m,border-top,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
388
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-0,_m,border-left,0,0,verified
|
|
389
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-1,_m,padding-left,0px,0px,verified
|
|
390
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-1,_m,padding-right,0px,0px,verified
|
|
391
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-1,_m,padding-top,24px,24px,verified
|
|
392
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-1,_m,padding-bottom,24px,24px,verified
|
|
393
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-1,_m,border-top,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
394
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-1,_m,border-left,0,0,verified
|
|
395
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-2,_m,padding-left,0px,0px,verified
|
|
396
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-2,_m,padding-right,0px,0px,verified
|
|
397
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-2,_m,padding-top,24px,24px,verified
|
|
398
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-2,_m,padding-bottom,24px,24px,verified
|
|
399
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-2,_m,border-top,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
400
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-2,_m,border-left,0,0,verified
|
|
401
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-3,_m,padding-left,0px,0px,verified
|
|
402
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-3,_m,padding-right,0px,0px,verified
|
|
403
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-3,_m,padding-top,24px,24px,verified
|
|
404
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-3,_m,padding-bottom,24px,24px,verified
|
|
405
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-3,_m,border-top,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
406
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-3,_m,border-left,0,0,verified
|
|
407
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-4,_m,padding-left,0px,0px,verified
|
|
408
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-4,_m,padding-right,0px,0px,verified
|
|
409
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-4,_m,padding-top,24px,24px,verified
|
|
410
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-4,_m,padding-bottom,24px,24px,verified
|
|
411
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-4,_m,border-top,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
412
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-4,_m,border-left,0,0,verified
|
|
413
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-5,_m,padding-left,0px,0px,verified
|
|
414
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-5,_m,padding-right,0px,0px,verified
|
|
415
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-5,_m,padding-top,24px,24px,verified
|
|
416
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-5,_m,padding-bottom,24px,24px,verified
|
|
417
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-5,_m,border-top,"1px solid rgba(24,21,18,.14)","1px solid rgba(24, 21, 18, .14)",verified
|
|
418
|
+
https://mosaic.moksaweb.com/zidanna/,zd-why-5,_m,border-left,0,0,verified
|
|
419
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta,_t,padding-left,32px,32px,verified
|
|
420
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta,_t,padding-right,32px,32px,verified
|
|
421
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta,_t,padding-top,84px,84px,verified
|
|
422
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta,_t,padding-bottom,84px,84px,verified
|
|
423
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta,_m,padding-left,20px,20px,verified
|
|
424
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta,_m,padding-right,20px,20px,verified
|
|
425
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta,_m,padding-top,60px,60px,verified
|
|
426
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta,_m,padding-bottom,60px,60px,verified
|
|
427
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta-row,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
428
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta-eyebrow,_m,font-size,9px,9px,verified
|
|
429
|
+
https://mosaic.moksaweb.com/zidanna/,zd-cta-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
430
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header,_t,padding-left,24px,24px,verified
|
|
431
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header,_t,padding-right,14px,14px,verified
|
|
432
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header,_m,padding-left,18px,18px,verified
|
|
433
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header,_m,padding-right,18px,18px,verified
|
|
434
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header,_m,padding-top,11px,11px,verified
|
|
435
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header,_m,padding-bottom,12px,12px,verified
|
|
436
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header-row,_t,column-gap,24px,24px,verified
|
|
437
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header-row,_m,column-gap,14px,14px,verified
|
|
438
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav,_t,column-gap,22px,22px,verified
|
|
439
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav,_m,display,none,none,verified
|
|
440
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-0,_t,font-size,13px,13px,verified
|
|
441
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-0,_m,font-size,13px,13px,verified
|
|
442
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-0,_m,letter-spacing,0.04em,0.04em,verified
|
|
443
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-1,_t,font-size,13px,13px,verified
|
|
444
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-1,_m,font-size,13px,13px,verified
|
|
445
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-1,_m,letter-spacing,0.04em,0.04em,verified
|
|
446
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-2,_t,font-size,13px,13px,verified
|
|
447
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-2,_m,font-size,13px,13px,verified
|
|
448
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-2,_m,letter-spacing,0.04em,0.04em,verified
|
|
449
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-3,_t,font-size,13px,13px,verified
|
|
450
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-3,_m,font-size,13px,13px,verified
|
|
451
|
+
https://mosaic.moksaweb.com/zidanna/,zd-nav-3,_m,letter-spacing,0.04em,0.04em,verified
|
|
452
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm,_m,display,flex,flex,verified
|
|
453
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm,_m,column-gap,20px,20px,verified
|
|
454
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm,_m,align-items,center,center,verified
|
|
455
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-0,_t,font-size,13px,13px,verified
|
|
456
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-0,_m,font-size,13px,13px,verified
|
|
457
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-0,_m,letter-spacing,0.04em,0.04em,verified
|
|
458
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-1,_t,font-size,13px,13px,verified
|
|
459
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-1,_m,font-size,13px,13px,verified
|
|
460
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-1,_m,letter-spacing,0.04em,0.04em,verified
|
|
461
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-2,_t,font-size,13px,13px,verified
|
|
462
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-2,_m,font-size,13px,13px,verified
|
|
463
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-2,_m,letter-spacing,0.04em,0.04em,verified
|
|
464
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-3,_t,font-size,13px,13px,verified
|
|
465
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-3,_m,font-size,13px,13px,verified
|
|
466
|
+
https://mosaic.moksaweb.com/zidanna/,zd-navm-3,_m,letter-spacing,0.04em,0.04em,verified
|
|
467
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header-cta,_m,display,none,none,verified
|
|
468
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header-cta,_t,font-size,12px,12px,verified
|
|
469
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header-cta,_t,padding-left,15px,15px,verified
|
|
470
|
+
https://mosaic.moksaweb.com/zidanna/,zd-header-cta,_t,padding-right,15px,15px,verified
|
|
471
|
+
https://mosaic.moksaweb.com/zidanna/,zd-footer,_t,padding-left,32px,32px,verified
|
|
472
|
+
https://mosaic.moksaweb.com/zidanna/,zd-footer,_t,padding-right,32px,32px,verified
|
|
473
|
+
https://mosaic.moksaweb.com/zidanna/,zd-footer,_t,padding-top,64px,64px,verified
|
|
474
|
+
https://mosaic.moksaweb.com/zidanna/,zd-footer,_m,padding-left,20px,20px,verified
|
|
475
|
+
https://mosaic.moksaweb.com/zidanna/,zd-footer,_m,padding-right,20px,20px,verified
|
|
476
|
+
https://mosaic.moksaweb.com/zidanna/,zd-footer,_m,padding-top,48px,48px,verified
|
|
477
|
+
https://mosaic.moksaweb.com/zidanna/,zd-footer-mark,_m,margin-bottom,34px,34px,verified
|
|
478
|
+
https://mosaic.moksaweb.com/zidanna/,zd-footer-grid,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
479
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-hero,_t,padding-left,32px,32px,verified
|
|
480
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-hero,_t,padding-right,32px,32px,verified
|
|
481
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-hero,_t,padding-top,84px,84px,verified
|
|
482
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-hero,_t,padding-bottom,84px,84px,verified
|
|
483
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-hero,_m,padding-left,20px,20px,verified
|
|
484
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-hero,_m,padding-right,20px,20px,verified
|
|
485
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-hero,_m,padding-top,60px,60px,verified
|
|
486
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-hero,_m,padding-bottom,60px,60px,verified
|
|
487
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-eyebrow,_m,font-size,9px,9px,verified
|
|
488
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
489
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines,_t,padding-left,32px,32px,verified
|
|
490
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines,_t,padding-right,32px,32px,verified
|
|
491
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines,_t,padding-top,84px,84px,verified
|
|
492
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines,_t,padding-bottom,84px,84px,verified
|
|
493
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines,_m,padding-left,20px,20px,verified
|
|
494
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines,_m,padding-right,20px,20px,verified
|
|
495
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines,_m,padding-top,60px,60px,verified
|
|
496
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines,_m,padding-bottom,60px,60px,verified
|
|
497
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines-eyebrow,_m,font-size,9px,9px,verified
|
|
498
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-lines-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
499
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-process,_t,padding-left,32px,32px,verified
|
|
500
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-process,_t,padding-right,32px,32px,verified
|
|
501
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-process,_t,padding-top,84px,84px,verified
|
|
502
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-process,_t,padding-bottom,84px,84px,verified
|
|
503
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-process,_m,padding-left,20px,20px,verified
|
|
504
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-process,_m,padding-right,20px,20px,verified
|
|
505
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-process,_m,padding-top,60px,60px,verified
|
|
506
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-process,_m,padding-bottom,60px,60px,verified
|
|
507
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-p-eyebrow,_m,font-size,9px,9px,verified
|
|
508
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-p-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
509
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-grid,_t,grid-template-columns,"repeat(2, 1fr)","repeat(2, 1fr)",verified
|
|
510
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-oem-grid,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
511
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta,_t,padding-left,32px,32px,verified
|
|
512
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta,_t,padding-right,32px,32px,verified
|
|
513
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta,_t,padding-top,84px,84px,verified
|
|
514
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta,_t,padding-bottom,84px,84px,verified
|
|
515
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta,_m,padding-left,20px,20px,verified
|
|
516
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta,_m,padding-right,20px,20px,verified
|
|
517
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta,_m,padding-top,60px,60px,verified
|
|
518
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta,_m,padding-bottom,60px,60px,verified
|
|
519
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta-row,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|
|
520
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta-eyebrow,_m,font-size,9px,9px,verified
|
|
521
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-cta-eyebrow,_m,letter-spacing,0.26em,0.26em,verified
|
|
522
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header,_t,padding-left,24px,24px,verified
|
|
523
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header,_t,padding-right,14px,14px,verified
|
|
524
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header,_m,padding-left,18px,18px,verified
|
|
525
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header,_m,padding-right,18px,18px,verified
|
|
526
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header,_m,padding-top,11px,11px,verified
|
|
527
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header,_m,padding-bottom,12px,12px,verified
|
|
528
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header-row,_t,column-gap,24px,24px,verified
|
|
529
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header-row,_m,column-gap,14px,14px,verified
|
|
530
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav,_t,column-gap,22px,22px,verified
|
|
531
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav,_m,display,none,none,verified
|
|
532
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-0,_t,font-size,13px,13px,verified
|
|
533
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-0,_m,font-size,13px,13px,verified
|
|
534
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-0,_m,letter-spacing,0.04em,0.04em,verified
|
|
535
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-1,_t,font-size,13px,13px,verified
|
|
536
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-1,_m,font-size,13px,13px,verified
|
|
537
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-1,_m,letter-spacing,0.04em,0.04em,verified
|
|
538
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-2,_t,font-size,13px,13px,verified
|
|
539
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-2,_m,font-size,13px,13px,verified
|
|
540
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-2,_m,letter-spacing,0.04em,0.04em,verified
|
|
541
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-3,_t,font-size,13px,13px,verified
|
|
542
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-3,_m,font-size,13px,13px,verified
|
|
543
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-nav-3,_m,letter-spacing,0.04em,0.04em,verified
|
|
544
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm,_m,display,flex,flex,verified
|
|
545
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm,_m,column-gap,20px,20px,verified
|
|
546
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm,_m,align-items,center,center,verified
|
|
547
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-0,_t,font-size,13px,13px,verified
|
|
548
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-0,_m,font-size,13px,13px,verified
|
|
549
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-0,_m,letter-spacing,0.04em,0.04em,verified
|
|
550
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-1,_t,font-size,13px,13px,verified
|
|
551
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-1,_m,font-size,13px,13px,verified
|
|
552
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-1,_m,letter-spacing,0.04em,0.04em,verified
|
|
553
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-2,_t,font-size,13px,13px,verified
|
|
554
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-2,_m,font-size,13px,13px,verified
|
|
555
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-2,_m,letter-spacing,0.04em,0.04em,verified
|
|
556
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-3,_t,font-size,13px,13px,verified
|
|
557
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-3,_m,font-size,13px,13px,verified
|
|
558
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-navm-3,_m,letter-spacing,0.04em,0.04em,verified
|
|
559
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header-cta,_m,display,none,none,verified
|
|
560
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header-cta,_t,font-size,12px,12px,verified
|
|
561
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header-cta,_t,padding-left,15px,15px,verified
|
|
562
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-header-cta,_t,padding-right,15px,15px,verified
|
|
563
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-footer,_t,padding-left,32px,32px,verified
|
|
564
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-footer,_t,padding-right,32px,32px,verified
|
|
565
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-footer,_t,padding-top,64px,64px,verified
|
|
566
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-footer,_m,padding-left,20px,20px,verified
|
|
567
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-footer,_m,padding-right,20px,20px,verified
|
|
568
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-footer,_m,padding-top,48px,48px,verified
|
|
569
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-footer-mark,_m,margin-bottom,34px,34px,verified
|
|
570
|
+
https://mosaic.moksaweb.com/zidanna-oem/,zd-footer-grid,_m,grid-template-columns,"repeat(1, 1fr)","repeat(1, 1fr)",verified
|