-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathstyleguide.html
More file actions
33 lines (29 loc) · 921 Bytes
/
styleguide.html
File metadata and controls
33 lines (29 loc) · 921 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title><%=htmlWebpackPlugin.options.title%></title>
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick.min.css" />
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/slick-carousel/1.6.0/slick-theme.min.css" />
<link rel="stylesheet" href="https://ds.emi.tv/volt-fonts/styles.css" />
<link rel="stylesheet" href="https://ds.emi.tv/volt-fonts/helvetica.css" />
<style media="screen">
.slick-next {
top: 10px !important;
z-index: 100000;
right: 0;
}
.slick-prev {
top: 10px !important;
z-index: 100000;
left: 0;
}
[data-zoom="true"] .slick-list {
padding: 30px 0;
}
</style>
</head>
<body>
<div id="app"></div>
</body>
</html>