-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdemo.html
55 lines (37 loc) · 856 Bytes
/
demo.html
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
<!doctype html>
<html>
<head>
<meta name="asq-elements" content="width=device-width, initial-scale=1, user-scalable=no">
<title>ASQ-CONFIGUATION | Demo</title>
<script src="..//webcomponentsjs/webcomponents.js"></script>
<link href="asq-configuration.html" rel="import">
<style shim-shadowdom>
body {
font-family: RobotoDraft, 'Helvetica Neue', Helvetica, Arial;
font-size: 14px;
margin: 0;
padding: 24px;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-touch-callout: none;
}
section {
padding: 20px 0;
}
section > div {
padding: 14px;
font-size: 16px;
}
</style>
</head>
<body>
<template is="auto-binding">
<style>
asq-multi-choice {
margin-bottom: 1em;
}
</style>
<section>
</section>
</template>
</body>
</html>