]> git.proxmox.com Git - extjs.git/blob - extjs/classic/locale/sass/example/fashion.html
add extjs 6.0.1 sources
[extjs.git] / extjs / classic / locale / sass / example / fashion.html
1 <!DOCTYPE html>
2 <!--
3 Copyright (c) 2012-2013. Sencha Inc.
4 -->
5 <html>
6 <head>
7 <title>Ext JS Theme Harness</title>
8 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
9 <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
10
11 <!--
12 Load all required links and scripts
13 -->
14 <script type="text/javascript" src="/~cmd/extensions/sencha-fashion/fashion/fashion.js"></script>
15 <script type="text/javascript" src="/~cmd/extensions/sencha-fashion/sass-compiler.js"></script>
16 <script type="text/javascript" src="bootstrap.js"></script>
17
18 <style>
19 .widget-container {
20 margin: 10px;
21 width: 400px;
22 position: relative;
23 overflow: visible;
24 }
25
26 .x-slicer-target,
27 .x-slicer-target * {
28 opacity: 1;
29 }
30
31 /* ensure body does not overlap the rounded corners of framed panel/window when slicing */
32 .x-panel-body,
33 .x-window-body {
34 background: transparent;
35 }
36 </style>
37 </head>
38 <body></body>
39 </html>