polymer-gold-rails 1.0.0.pre.rc.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +7 -0
- data/README.md +36 -0
- data/Rakefile +1 -0
- data/app/assets/components/gold-cc-cvc-input/README.md +24 -0
- data/app/assets/components/gold-cc-cvc-input/bower.json +39 -0
- data/app/assets/components/gold-cc-cvc-input/cvc_hint.png +0 -0
- data/app/assets/components/gold-cc-cvc-input/cvc_hint_amex.png +0 -0
- data/app/assets/components/gold-cc-cvc-input/demo/index.html +54 -0
- data/app/assets/components/gold-cc-cvc-input/gold-cc-cvc-input.html +195 -0
- data/app/assets/components/gold-cc-cvc-input/hero.svg +36 -0
- data/app/assets/components/gold-cc-cvc-input/index.html +26 -0
- data/app/assets/components/gold-cc-cvc-input/test/basic.html +125 -0
- data/app/assets/components/gold-cc-cvc-input/test/index.html +25 -0
- data/app/assets/components/gold-cc-expiration-input/README.md +10 -0
- data/app/assets/components/gold-cc-expiration-input/bower.json +40 -0
- data/app/assets/components/gold-cc-expiration-input/date-input.html +157 -0
- data/app/assets/components/gold-cc-expiration-input/date-validator.html +38 -0
- data/app/assets/components/gold-cc-expiration-input/demo/index.html +53 -0
- data/app/assets/components/gold-cc-expiration-input/gold-cc-expiration-input.html +131 -0
- data/app/assets/components/gold-cc-expiration-input/hero.svg +58 -0
- data/app/assets/components/gold-cc-expiration-input/index.html +28 -0
- data/app/assets/components/gold-cc-expiration-input/test/basic.html +126 -0
- data/app/assets/components/gold-cc-expiration-input/test/index.html +25 -0
- data/app/assets/components/gold-cc-input/README.md +9 -0
- data/app/assets/components/gold-cc-input/bower.json +39 -0
- data/app/assets/components/gold-cc-input/cc-validator.js +192 -0
- data/app/assets/components/gold-cc-input/demo/index.html +48 -0
- data/app/assets/components/gold-cc-input/gold-cc-input.html +215 -0
- data/app/assets/components/gold-cc-input/hero.svg +52 -0
- data/app/assets/components/gold-cc-input/images/amex.png +0 -0
- data/app/assets/components/gold-cc-input/images/diners_club.png +0 -0
- data/app/assets/components/gold-cc-input/images/discover.png +0 -0
- data/app/assets/components/gold-cc-input/images/jcb.png +0 -0
- data/app/assets/components/gold-cc-input/images/mastercard.png +0 -0
- data/app/assets/components/gold-cc-input/images/visa.png +0 -0
- data/app/assets/components/gold-cc-input/index.html +28 -0
- data/app/assets/components/gold-cc-input/test/basic.html +136 -0
- data/app/assets/components/gold-cc-input/test/index.html +25 -0
- data/app/assets/components/gold-elements/README.md +12 -0
- data/app/assets/components/gold-elements/bower.json +42 -0
- data/app/assets/components/gold-elements/demo/complex-form.html +127 -0
- data/app/assets/components/gold-elements/demo/index.html +94 -0
- data/app/assets/components/gold-elements/demo/item-card.html +59 -0
- data/app/assets/components/gold-elements/demo/simple-form.css +55 -0
- data/app/assets/components/gold-elements/demo/simple-form.html +93 -0
- data/app/assets/components/gold-elements/screenshot.png +0 -0
- data/app/assets/components/gold-email-input/README.md +8 -0
- data/app/assets/components/gold-email-input/bower.json +40 -0
- data/app/assets/components/gold-email-input/demo/index.html +46 -0
- data/app/assets/components/gold-email-input/email-validator.html +31 -0
- data/app/assets/components/gold-email-input/gold-email-input.html +108 -0
- data/app/assets/components/gold-email-input/hero.svg +59 -0
- data/app/assets/components/gold-email-input/index.html +28 -0
- data/app/assets/components/gold-email-input/test/basic.html +97 -0
- data/app/assets/components/gold-email-input/test/index.html +25 -0
- data/app/assets/components/gold-phone-input/README.md +13 -0
- data/app/assets/components/gold-phone-input/bower.json +39 -0
- data/app/assets/components/gold-phone-input/demo/index.html +53 -0
- data/app/assets/components/gold-phone-input/gold-phone-input.html +197 -0
- data/app/assets/components/gold-phone-input/hero.svg +63 -0
- data/app/assets/components/gold-phone-input/index.html +28 -0
- data/app/assets/components/gold-phone-input/test/basic.html +117 -0
- data/app/assets/components/gold-phone-input/test/index.html +25 -0
- data/app/assets/components/gold-zip-input/README.md +8 -0
- data/app/assets/components/gold-zip-input/bower.json +40 -0
- data/app/assets/components/gold-zip-input/demo/index.html +54 -0
- data/app/assets/components/gold-zip-input/gold-zip-input.html +113 -0
- data/app/assets/components/gold-zip-input/hero.svg +43 -0
- data/app/assets/components/gold-zip-input/index.html +28 -0
- data/app/assets/components/gold-zip-input/test/basic.html +116 -0
- data/app/assets/components/gold-zip-input/test/index.html +25 -0
- data/app/assets/components/gold-zip-input/zip-validator.html +32 -0
- data/app/assets/components/iron-autogrow-textarea/README.md +24 -0
- data/app/assets/components/iron-autogrow-textarea/bower.json +37 -0
- data/app/assets/components/iron-autogrow-textarea/demo/index.html +81 -0
- data/app/assets/components/iron-autogrow-textarea/hero.svg +33 -0
- data/app/assets/components/iron-autogrow-textarea/index.html +30 -0
- data/app/assets/components/iron-autogrow-textarea/iron-autogrow-textarea.html +263 -0
- data/app/assets/components/iron-autogrow-textarea/test/basic.html +94 -0
- data/app/assets/components/iron-autogrow-textarea/test/index.html +25 -0
- data/app/assets/components/iron-flex-layout/README.md +4 -0
- data/app/assets/components/iron-flex-layout/bower.json +21 -0
- data/app/assets/components/iron-flex-layout/classes/iron-flex-layout.html +307 -0
- data/app/assets/components/iron-flex-layout/classes/iron-shadow-flex-layout.html +302 -0
- data/app/assets/components/iron-flex-layout/demo/index.html +40 -0
- data/app/assets/components/iron-flex-layout/demo/x-app.html +106 -0
- data/app/assets/components/iron-flex-layout/iron-flex-layout.html +313 -0
- data/app/assets/components/iron-form-element-behavior/README.md +2 -0
- data/app/assets/components/iron-form-element-behavior/bower.json +27 -0
- data/app/assets/components/iron-form-element-behavior/demo/index.html +53 -0
- data/app/assets/components/iron-form-element-behavior/demo/simple-element.html +27 -0
- data/app/assets/components/iron-form-element-behavior/demo/simple-form.html +42 -0
- data/app/assets/components/iron-form-element-behavior/index.html +30 -0
- data/app/assets/components/iron-form-element-behavior/iron-form-element-behavior.html +50 -0
- data/app/assets/components/iron-icon/README.md +56 -0
- data/app/assets/components/iron-icon/bower.json +29 -0
- data/app/assets/components/iron-icon/demo/index.html +28 -0
- data/app/assets/components/iron-icon/demo/location.png +0 -0
- data/app/assets/components/iron-icon/hero.svg +19 -0
- data/app/assets/components/iron-icon/index.html +26 -0
- data/app/assets/components/iron-icon/iron-icon.html +187 -0
- data/app/assets/components/iron-icon/test/index.html +31 -0
- data/app/assets/components/iron-icon/test/iron-icon.html +120 -0
- data/app/assets/components/iron-input/README.md +16 -0
- data/app/assets/components/iron-input/bower.json +36 -0
- data/app/assets/components/iron-input/demo/index.html +87 -0
- data/app/assets/components/iron-input/hero.svg +19 -0
- data/app/assets/components/iron-input/index.html +30 -0
- data/app/assets/components/iron-input/iron-input.html +235 -0
- data/app/assets/components/iron-input/test/index.html +24 -0
- data/app/assets/components/iron-input/test/iron-input.html +139 -0
- data/app/assets/components/iron-input/test/letters-only.html +30 -0
- data/app/assets/components/iron-meta/README.md +46 -0
- data/app/assets/components/iron-meta/bower.json +28 -0
- data/app/assets/components/iron-meta/demo/index.html +45 -0
- data/app/assets/components/iron-meta/hero.svg +33 -0
- data/app/assets/components/iron-meta/index.html +27 -0
- data/app/assets/components/iron-meta/iron-meta.html +352 -0
- data/app/assets/components/iron-meta/test/basic.html +48 -0
- data/app/assets/components/iron-meta/test/index.html +30 -0
- data/app/assets/components/iron-meta/test/iron-meta.html +186 -0
- data/app/assets/components/iron-validatable-behavior/README.md +3 -0
- data/app/assets/components/iron-validatable-behavior/bower.json +35 -0
- data/app/assets/components/iron-validatable-behavior/demo/cats-only.html +46 -0
- data/app/assets/components/iron-validatable-behavior/demo/index.html +71 -0
- data/app/assets/components/iron-validatable-behavior/demo/validatable-input.html +46 -0
- data/app/assets/components/iron-validatable-behavior/index.html +30 -0
- data/app/assets/components/iron-validatable-behavior/iron-validatable-behavior.html +101 -0
- data/app/assets/components/iron-validatable-behavior/test/index.html +35 -0
- data/app/assets/components/iron-validatable-behavior/test/iron-validatable-behavior.html +52 -0
- data/app/assets/components/iron-validatable-behavior/test/test-validatable.html +28 -0
- data/app/assets/components/iron-validator-behavior/README.md +4 -0
- data/app/assets/components/iron-validator-behavior/bower.json +34 -0
- data/app/assets/components/iron-validator-behavior/demo/cats-only.html +46 -0
- data/app/assets/components/iron-validator-behavior/demo/index.html +144 -0
- data/app/assets/components/iron-validator-behavior/index.html +30 -0
- data/app/assets/components/iron-validator-behavior/iron-validator-behavior.html +61 -0
- data/app/assets/components/iron-validator-behavior/test/index.html +34 -0
- data/app/assets/components/iron-validator-behavior/test/iron-validator-behavior.html +47 -0
- data/app/assets/components/iron-validator-behavior/test/simple-validator.html +26 -0
- data/app/assets/components/paper-input/README.md +5 -0
- data/app/assets/components/paper-input/all-imports.html +12 -0
- data/app/assets/components/paper-input/bower.json +44 -0
- data/app/assets/components/paper-input/demo/index.html +96 -0
- data/app/assets/components/paper-input/demo/ssn-input.html +94 -0
- data/app/assets/components/paper-input/demo/ssn-validator.html +31 -0
- data/app/assets/components/paper-input/hero.svg +19 -0
- data/app/assets/components/paper-input/index.html +28 -0
- data/app/assets/components/paper-input/paper-input-addon-behavior.html +47 -0
- data/app/assets/components/paper-input/paper-input-behavior.html +317 -0
- data/app/assets/components/paper-input/paper-input-char-counter.html +95 -0
- data/app/assets/components/paper-input/paper-input-container.html +495 -0
- data/app/assets/components/paper-input/paper-input-error.html +99 -0
- data/app/assets/components/paper-input/paper-input.html +126 -0
- data/app/assets/components/paper-input/paper-textarea.html +106 -0
- data/app/assets/components/paper-input/test/index.html +28 -0
- data/app/assets/components/paper-input/test/letters-only.html +30 -0
- data/app/assets/components/paper-input/test/paper-input-char-counter.html +112 -0
- data/app/assets/components/paper-input/test/paper-input-container.html +237 -0
- data/app/assets/components/paper-input/test/paper-input-error.html +60 -0
- data/app/assets/components/paper-input/test/paper-input.html +213 -0
- data/app/assets/components/paper-input/test/paper-textarea.html +169 -0
- data/app/assets/components/paper-styles/README.md +3 -0
- data/app/assets/components/paper-styles/bower.json +27 -0
- data/app/assets/components/paper-styles/classes/global.html +96 -0
- data/app/assets/components/paper-styles/classes/shadow-layout.html +302 -0
- data/app/assets/components/paper-styles/classes/shadow.html +39 -0
- data/app/assets/components/paper-styles/classes/typography.html +171 -0
- data/app/assets/components/paper-styles/color.html +333 -0
- data/app/assets/components/paper-styles/default-theme.html +39 -0
- data/app/assets/components/paper-styles/demo-pages.html +72 -0
- data/app/assets/components/paper-styles/demo.css +25 -0
- data/app/assets/components/paper-styles/paper-styles-classes.html +14 -0
- data/app/assets/components/paper-styles/paper-styles.html +17 -0
- data/app/assets/components/paper-styles/shadow.html +61 -0
- data/app/assets/components/paper-styles/typography.html +240 -0
- data/app/assets/components/polymer/LICENSE.txt +27 -0
- data/app/assets/components/polymer/bower.json +26 -0
- data/app/assets/components/polymer/build.log +27 -0
- data/app/assets/components/polymer/polymer-micro.html +523 -0
- data/app/assets/components/polymer/polymer-mini.html +1368 -0
- data/app/assets/components/polymer/polymer.html +3768 -0
- data/app/assets/components/webcomponentsjs/CustomElements.js +956 -0
- data/app/assets/components/webcomponentsjs/CustomElements.min.js +11 -0
- data/app/assets/components/webcomponentsjs/HTMLImports.js +1078 -0
- data/app/assets/components/webcomponentsjs/HTMLImports.min.js +11 -0
- data/app/assets/components/webcomponentsjs/MutationObserver.js +344 -0
- data/app/assets/components/webcomponentsjs/MutationObserver.min.js +11 -0
- data/app/assets/components/webcomponentsjs/README.md +125 -0
- data/app/assets/components/webcomponentsjs/ShadowDOM.js +4414 -0
- data/app/assets/components/webcomponentsjs/ShadowDOM.min.js +15 -0
- data/app/assets/components/webcomponentsjs/bower.json +14 -0
- data/app/assets/components/webcomponentsjs/build.log +33 -0
- data/app/assets/components/webcomponentsjs/package.json +31 -0
- data/app/assets/components/webcomponentsjs/webcomponents-lite.js +2300 -0
- data/app/assets/components/webcomponentsjs/webcomponents-lite.min.js +13 -0
- data/app/assets/components/webcomponentsjs/webcomponents.js +7112 -0
- data/app/assets/components/webcomponentsjs/webcomponents.min.js +15 -0
- data/lib/polymer-gold-rails.rb +2 -0
- data/lib/polymer-gold-rails/enigne.rb +4 -0
- data/lib/polymer-gold-rails/version.rb +3 -0
- metadata +312 -0
@@ -0,0 +1,302 @@
|
|
1
|
+
<!--
|
2
|
+
@license
|
3
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
4
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE.txt
|
5
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS.txt
|
6
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS.txt
|
7
|
+
Code distributed by Google as part of the polymer project is also
|
8
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS.txt
|
9
|
+
-->
|
10
|
+
<style>
|
11
|
+
|
12
|
+
/*******************************
|
13
|
+
Flex Layout
|
14
|
+
*******************************/
|
15
|
+
|
16
|
+
html /deep/ .layout.horizontal,
|
17
|
+
html /deep/ .layout.horizontal-reverse,
|
18
|
+
html /deep/ .layout.vertical,
|
19
|
+
html /deep/ .layout.vertical-reverse {
|
20
|
+
display: -ms-flexbox;
|
21
|
+
display: -webkit-flex;
|
22
|
+
display: flex;
|
23
|
+
}
|
24
|
+
|
25
|
+
html /deep/ .layout.inline {
|
26
|
+
display: -ms-inline-flexbox;
|
27
|
+
display: -webkit-inline-flex;
|
28
|
+
display: inline-flex;
|
29
|
+
}
|
30
|
+
|
31
|
+
html /deep/ .layout.horizontal {
|
32
|
+
-ms-flex-direction: row;
|
33
|
+
-webkit-flex-direction: row;
|
34
|
+
flex-direction: row;
|
35
|
+
}
|
36
|
+
|
37
|
+
html /deep/ .layout.horizontal-reverse {
|
38
|
+
-ms-flex-direction: row-reverse;
|
39
|
+
-webkit-flex-direction: row-reverse;
|
40
|
+
flex-direction: row-reverse;
|
41
|
+
}
|
42
|
+
|
43
|
+
html /deep/ .layout.vertical {
|
44
|
+
-ms-flex-direction: column;
|
45
|
+
-webkit-flex-direction: column;
|
46
|
+
flex-direction: column;
|
47
|
+
}
|
48
|
+
|
49
|
+
html /deep/ .layout.vertical-reverse {
|
50
|
+
-ms-flex-direction: column-reverse;
|
51
|
+
-webkit-flex-direction: column-reverse;
|
52
|
+
flex-direction: column-reverse;
|
53
|
+
}
|
54
|
+
|
55
|
+
html /deep/ .layout.wrap {
|
56
|
+
-ms-flex-wrap: wrap;
|
57
|
+
-webkit-flex-wrap: wrap;
|
58
|
+
flex-wrap: wrap;
|
59
|
+
}
|
60
|
+
|
61
|
+
html /deep/ .layout.wrap-reverse {
|
62
|
+
-ms-flex-wrap: wrap-reverse;
|
63
|
+
-webkit-flex-wrap: wrap-reverse;
|
64
|
+
flex-wrap: wrap-reverse;
|
65
|
+
}
|
66
|
+
|
67
|
+
html /deep/ .flex-auto {
|
68
|
+
-ms-flex: 1 1 auto;
|
69
|
+
-webkit-flex: 1 1 auto;
|
70
|
+
flex: 1 1 auto;
|
71
|
+
}
|
72
|
+
|
73
|
+
html /deep/ .flex-none {
|
74
|
+
-ms-flex: none;
|
75
|
+
-webkit-flex: none;
|
76
|
+
flex: none;
|
77
|
+
}
|
78
|
+
|
79
|
+
html /deep/ .flex,
|
80
|
+
html /deep/ .flex-1 {
|
81
|
+
-ms-flex: 1;
|
82
|
+
-webkit-flex: 1;
|
83
|
+
flex: 1;
|
84
|
+
}
|
85
|
+
|
86
|
+
html /deep/ .flex-2 {
|
87
|
+
-ms-flex: 2;
|
88
|
+
-webkit-flex: 2;
|
89
|
+
flex: 2;
|
90
|
+
}
|
91
|
+
|
92
|
+
html /deep/ .flex-3 {
|
93
|
+
-ms-flex: 3;
|
94
|
+
-webkit-flex: 3;
|
95
|
+
flex: 3;
|
96
|
+
}
|
97
|
+
|
98
|
+
html /deep/ .flex-4 {
|
99
|
+
-ms-flex: 4;
|
100
|
+
-webkit-flex: 4;
|
101
|
+
flex: 4;
|
102
|
+
}
|
103
|
+
|
104
|
+
html /deep/ .flex-5 {
|
105
|
+
-ms-flex: 5;
|
106
|
+
-webkit-flex: 5;
|
107
|
+
flex: 5;
|
108
|
+
}
|
109
|
+
|
110
|
+
html /deep/ .flex-6 {
|
111
|
+
-ms-flex: 6;
|
112
|
+
-webkit-flex: 6;
|
113
|
+
flex: 6;
|
114
|
+
}
|
115
|
+
|
116
|
+
html /deep/ .flex-7 {
|
117
|
+
-ms-flex: 7;
|
118
|
+
-webkit-flex: 7;
|
119
|
+
flex: 7;
|
120
|
+
}
|
121
|
+
|
122
|
+
html /deep/ .flex-8 {
|
123
|
+
-ms-flex: 8;
|
124
|
+
-webkit-flex: 8;
|
125
|
+
flex: 8;
|
126
|
+
}
|
127
|
+
|
128
|
+
html /deep/ .flex-9 {
|
129
|
+
-ms-flex: 9;
|
130
|
+
-webkit-flex: 9;
|
131
|
+
flex: 9;
|
132
|
+
}
|
133
|
+
|
134
|
+
html /deep/ .flex-10 {
|
135
|
+
-ms-flex: 10;
|
136
|
+
-webkit-flex: 10;
|
137
|
+
flex: 10;
|
138
|
+
}
|
139
|
+
|
140
|
+
html /deep/ .flex-11 {
|
141
|
+
-ms-flex: 11;
|
142
|
+
-webkit-flex: 11;
|
143
|
+
flex: 11;
|
144
|
+
}
|
145
|
+
|
146
|
+
html /deep/ .flex-12 {
|
147
|
+
-ms-flex: 12;
|
148
|
+
-webkit-flex: 12;
|
149
|
+
flex: 12;
|
150
|
+
}
|
151
|
+
|
152
|
+
/* alignment in cross axis */
|
153
|
+
|
154
|
+
html /deep/ .layout.start {
|
155
|
+
-ms-flex-align: start;
|
156
|
+
-webkit-align-items: flex-start;
|
157
|
+
align-items: flex-start;
|
158
|
+
}
|
159
|
+
|
160
|
+
html /deep/ .layout.center,
|
161
|
+
html /deep/ .layout.center-center {
|
162
|
+
-ms-flex-align: center;
|
163
|
+
-webkit-align-items: center;
|
164
|
+
align-items: center;
|
165
|
+
}
|
166
|
+
|
167
|
+
html /deep/ .layout.end {
|
168
|
+
-ms-flex-align: end;
|
169
|
+
-webkit-align-items: flex-end;
|
170
|
+
align-items: flex-end;
|
171
|
+
}
|
172
|
+
|
173
|
+
/* alignment in main axis */
|
174
|
+
|
175
|
+
html /deep/ .layout.start-justified {
|
176
|
+
-ms-flex-pack: start;
|
177
|
+
-webkit-justify-content: flex-start;
|
178
|
+
justify-content: flex-start;
|
179
|
+
}
|
180
|
+
|
181
|
+
html /deep/ .layout.center-justified,
|
182
|
+
html /deep/ .layout.center-center {
|
183
|
+
-ms-flex-pack: center;
|
184
|
+
-webkit-justify-content: center;
|
185
|
+
justify-content: center;
|
186
|
+
}
|
187
|
+
|
188
|
+
html /deep/ .layout.end-justified {
|
189
|
+
-ms-flex-pack: end;
|
190
|
+
-webkit-justify-content: flex-end;
|
191
|
+
justify-content: flex-end;
|
192
|
+
}
|
193
|
+
|
194
|
+
html /deep/ .layout.around-justified {
|
195
|
+
-ms-flex-pack: around;
|
196
|
+
-webkit-justify-content: space-around;
|
197
|
+
justify-content: space-around;
|
198
|
+
}
|
199
|
+
|
200
|
+
html /deep/ .layout.justified {
|
201
|
+
-ms-flex-pack: justify;
|
202
|
+
-webkit-justify-content: space-between;
|
203
|
+
justify-content: space-between;
|
204
|
+
}
|
205
|
+
|
206
|
+
/* self alignment */
|
207
|
+
|
208
|
+
html /deep/ .self-start {
|
209
|
+
-ms-align-self: flex-start;
|
210
|
+
-webkit-align-self: flex-start;
|
211
|
+
align-self: flex-start;
|
212
|
+
}
|
213
|
+
|
214
|
+
html /deep/ .self-center {
|
215
|
+
-ms-align-self: center;
|
216
|
+
-webkit-align-self: center;
|
217
|
+
align-self: center;
|
218
|
+
}
|
219
|
+
|
220
|
+
html /deep/ .self-end {
|
221
|
+
-ms-align-self: flex-end;
|
222
|
+
-webkit-align-self: flex-end;
|
223
|
+
align-self: flex-end;
|
224
|
+
}
|
225
|
+
|
226
|
+
html /deep/ .self-stretch {
|
227
|
+
-ms-align-self: stretch;
|
228
|
+
-webkit-align-self: stretch;
|
229
|
+
align-self: stretch;
|
230
|
+
}
|
231
|
+
|
232
|
+
/*******************************
|
233
|
+
Other Layout
|
234
|
+
*******************************/
|
235
|
+
|
236
|
+
html /deep/ .block {
|
237
|
+
display: block;
|
238
|
+
}
|
239
|
+
|
240
|
+
/* IE 10 support for HTML5 hidden attr */
|
241
|
+
html /deep/ [hidden] {
|
242
|
+
display: none !important;
|
243
|
+
}
|
244
|
+
|
245
|
+
html /deep/ .invisible {
|
246
|
+
visibility: hidden !important;
|
247
|
+
}
|
248
|
+
|
249
|
+
html /deep/ .relative {
|
250
|
+
position: relative;
|
251
|
+
}
|
252
|
+
|
253
|
+
html /deep/ .fit {
|
254
|
+
position: absolute;
|
255
|
+
top: 0;
|
256
|
+
right: 0;
|
257
|
+
bottom: 0;
|
258
|
+
left: 0;
|
259
|
+
}
|
260
|
+
|
261
|
+
body.fullbleed {
|
262
|
+
margin: 0;
|
263
|
+
height: 100vh;
|
264
|
+
}
|
265
|
+
|
266
|
+
html /deep/ .scroll {
|
267
|
+
-webkit-overflow-scrolling: touch;
|
268
|
+
overflow: auto;
|
269
|
+
}
|
270
|
+
|
271
|
+
.fixed-bottom,
|
272
|
+
.fixed-left,
|
273
|
+
.fixed-right,
|
274
|
+
.fixed-top {
|
275
|
+
position: fixed;
|
276
|
+
}
|
277
|
+
|
278
|
+
html /deep/ .fixed-top {
|
279
|
+
top: 0;
|
280
|
+
left: 0;
|
281
|
+
right: 0;
|
282
|
+
}
|
283
|
+
|
284
|
+
html /deep/ .fixed-right {
|
285
|
+
top: 0;
|
286
|
+
right: 0;
|
287
|
+
botttom: 0;
|
288
|
+
}
|
289
|
+
|
290
|
+
html /deep/ .fixed-bottom {
|
291
|
+
right: 0;
|
292
|
+
bottom: 0;
|
293
|
+
left: 0;
|
294
|
+
}
|
295
|
+
|
296
|
+
html /deep/ .fixed-left {
|
297
|
+
top: 0;
|
298
|
+
botttom: 0;
|
299
|
+
left: 0;
|
300
|
+
}
|
301
|
+
|
302
|
+
</style>
|
@@ -0,0 +1,40 @@
|
|
1
|
+
<!doctype html>
|
2
|
+
<!--
|
3
|
+
@license
|
4
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
5
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
|
6
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS
|
7
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
|
8
|
+
Code distributed by Google as part of the polymer project is also
|
9
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
|
10
|
+
-->
|
11
|
+
|
12
|
+
<html>
|
13
|
+
<head>
|
14
|
+
|
15
|
+
<title>iron-flex-layout</title>
|
16
|
+
<meta charset="utf-8">
|
17
|
+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
18
|
+
|
19
|
+
<script src="../../webcomponentsjs/webcomponents-lite.js"></script>
|
20
|
+
<link rel="import" href="x-app.html">
|
21
|
+
|
22
|
+
<style>
|
23
|
+
|
24
|
+
html, body, x-app {
|
25
|
+
height: 100%;
|
26
|
+
}
|
27
|
+
|
28
|
+
body {
|
29
|
+
margin: 0;
|
30
|
+
}
|
31
|
+
|
32
|
+
</style>
|
33
|
+
|
34
|
+
</head>
|
35
|
+
<body>
|
36
|
+
|
37
|
+
<x-app></x-app>
|
38
|
+
|
39
|
+
</body>
|
40
|
+
</html>
|
@@ -0,0 +1,106 @@
|
|
1
|
+
<!--
|
2
|
+
@license
|
3
|
+
Copyright (c) 2015 The Polymer Project Authors. All rights reserved.
|
4
|
+
This code may only be used under the BSD style license found at http://polymer.github.io/LICENSE
|
5
|
+
The complete set of authors may be found at http://polymer.github.io/AUTHORS
|
6
|
+
The complete set of contributors may be found at http://polymer.github.io/CONTRIBUTORS
|
7
|
+
Code distributed by Google as part of the polymer project is also
|
8
|
+
subject to an additional IP rights grant found at http://polymer.github.io/PATENTS
|
9
|
+
-->
|
10
|
+
|
11
|
+
<link rel="import" href="../iron-flex-layout.html">
|
12
|
+
|
13
|
+
<dom-module id="x-app">
|
14
|
+
|
15
|
+
<style>
|
16
|
+
|
17
|
+
:host {
|
18
|
+
@apply(--layout-horizontal);
|
19
|
+
}
|
20
|
+
|
21
|
+
[nav] {
|
22
|
+
width: 300px;
|
23
|
+
@apply(--layout-vertical);
|
24
|
+
background-color: #ddd;
|
25
|
+
}
|
26
|
+
|
27
|
+
[item] {
|
28
|
+
height: 60px;
|
29
|
+
padding-left: 16px;
|
30
|
+
@apply(--layout-horizontal --layout-center);
|
31
|
+
border-bottom: 1px solid #bbb;
|
32
|
+
}
|
33
|
+
|
34
|
+
[main] {
|
35
|
+
@apply(--layout-flex);
|
36
|
+
@apply(--layout-vertical);
|
37
|
+
}
|
38
|
+
|
39
|
+
[header] {
|
40
|
+
height: 60px;
|
41
|
+
background-color: #ccc;
|
42
|
+
padding: 0 16px;
|
43
|
+
@apply(--layout-horizontal --layout-center);
|
44
|
+
}
|
45
|
+
|
46
|
+
[tool] {
|
47
|
+
@apply(--layout-inline);
|
48
|
+
}
|
49
|
+
|
50
|
+
[flex] {
|
51
|
+
@apply(--layout-flex);
|
52
|
+
}
|
53
|
+
|
54
|
+
[content] {
|
55
|
+
@apply(--layout-flex);
|
56
|
+
overflow: auto;
|
57
|
+
}
|
58
|
+
|
59
|
+
[card] {
|
60
|
+
height: 300px;
|
61
|
+
width: 300px;
|
62
|
+
margin: 16px auto;
|
63
|
+
background-color: #eee;
|
64
|
+
@apply(--layout-vertical --layout-center-center);
|
65
|
+
}
|
66
|
+
|
67
|
+
</style>
|
68
|
+
|
69
|
+
<template>
|
70
|
+
|
71
|
+
<div nav>
|
72
|
+
<div content>
|
73
|
+
<div item>ITEM 1</div>
|
74
|
+
<div item>ITEM 2</div>
|
75
|
+
<div item>ITEM 3</div>
|
76
|
+
<div item>ITEM 4</div>
|
77
|
+
<div item>ITEM 5</div>
|
78
|
+
</div>
|
79
|
+
</div>
|
80
|
+
|
81
|
+
<div main>
|
82
|
+
<div header>
|
83
|
+
<div tool>Foo</div>
|
84
|
+
<div flex></div>
|
85
|
+
<div tool>Bar</div>
|
86
|
+
</div>
|
87
|
+
<div content>
|
88
|
+
<div card>CARD 1</div>
|
89
|
+
<div card>CARD 2</div>
|
90
|
+
<div card>CARD 3</div>
|
91
|
+
<div card>CARD 4</div>
|
92
|
+
<div card>CARD 5</div>
|
93
|
+
</div>
|
94
|
+
</div>
|
95
|
+
|
96
|
+
</template>
|
97
|
+
|
98
|
+
</dom-module>
|
99
|
+
<script>
|
100
|
+
|
101
|
+
Polymer({
|
102
|
+
is: 'x-app'
|
103
|
+
});
|
104
|
+
|
105
|
+
</script>
|
106
|
+
|