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