blob: 0d57671f1175611f25b153dd00ef7f9193fbe56f [file] [log] [blame]
seshukm74307182018-10-15 18:24:05 +08001<!--
2 ~ Copyright (C) 2018 AT&T Intellectual Property. All rights reserved.
3 ~
4 ~ Licensed under the Apache License, Version 2.0 (the "License");
5 ~ you may not use this file except in compliance with the License.
6 ~ You may obtain a copy of the License at
7 ~
8 ~ http://www.apache.org/licenses/LICENSE-2.0
9 ~
10 ~ Unless required by applicable law or agreed to in writing, software
11 ~ distributed under the License is distributed on an "AS IS" BASIS,
12 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 ~ See the License for the specific language governing permissions and
14 ~ limitations under the License.
15 -->
16
Michael Lando451a3402017-02-19 10:28:42 +020017<!doctype html>
18<html>
19
20 <head>
21 <link rel="stylesheet" href="app.css">
22 </head>
23
24 <body style="padding: 20px;">
25
26 <h1>Sprite icons</h1>
27
28 <table>
29
30 <tr>
31 <th><span class="sprite-new checkbox_checked"></span></th>
32 <td>checkbox_checked</td>
33
34 <th><span class="sprite-new checkbox_unchecked"></span></th>
35 <td>checkbox_unchecked</td>
36
37 <th><span class="sprite-new checkbox_disabled"></span></th>
38 <td>checkbox_disabled</td>
39
40 <th><span class="sprite-new checkbox_focus"></span></th>
41 <td>checkbox_focus</td>
42 </tr>
43
44 <tr>
45 <th><span class="sprite-new add-icon"></span></th>
46 <td>add-icon</td>
47
48 <th><span class="sprite-new import-icon"></span></th>
49 <td>import-icon</td>
50 </tr>
51
52 <tr>
53 <th><span class="sprite-new video-icon"></span></th>
54 <td>video-icon</td>
55
56 <th><span class="sprite-new video-icon_1"></span></th>
57 <td>video-icon_1</td>
58
59 <th><span class="sprite-new video-icon_2"></span></th>
60 <td>video-icon_2</td>
61
62 <th><span class="sprite-new video-icon_disabled"></span></th>
63 <td>video-icon_disabled</td>
64
65 <th><span class="sprite-new video-icon_focus"></span></th>
66 <td>video-icon_focus</td>
67 </tr>
68
69 <tr>
70 <th><span class="sprite-new info-icon"></span></th>
71 <td>info-icon</td>
72
73 <th><span class="sprite-new info-icon_1"></span></th>
74 <td>info-icon_1</td>
75 </tr>
76
77 </table>
78
79 </body>
80
81</html>