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
11 <link rel=
"import" href=
"../polymer/polymer.html">
14 /* IE
10 support for HTML5 hidden attr */
16 display: none !important;
20 <style is=
"custom-style">
25 display: -webkit-flex;
30 display: -ms-inline-flexbox;
31 display: -webkit-inline-flex;
35 --layout-horizontal: {
36 /* @apply(--layout); */
38 display: -webkit-flex;
41 -ms-flex-direction: row;
42 -webkit-flex-direction: row;
46 --layout-horizontal-reverse: {
47 -ms-flex-direction: row-reverse;
48 -webkit-flex-direction: row-reverse;
49 flex-direction: row-reverse;
53 /* @apply(--layout); */
55 display: -webkit-flex;
58 -ms-flex-direction: column;
59 -webkit-flex-direction: column;
60 flex-direction: column;
63 --layout-vertical-reverse: {
64 -ms-flex-direction: column-reverse;
65 -webkit-flex-direction: column-reverse;
66 flex-direction: column-reverse;
71 -webkit-flex-wrap: wrap;
75 --layout-wrap-reverse: {
76 -ms-flex-wrap: wrap-reverse;
77 -webkit-flex-wrap: wrap-reverse;
78 flex-wrap: wrap-reverse;
83 -webkit-flex:
1 1 auto;
94 -ms-flex:
1 1 0.000000001px;
97 -webkit-flex-basis:
0.000000001px;
98 flex-basis:
0.000000001px;
167 /* alignment in cross axis */
170 -ms-flex-align: start;
171 -webkit-align-items: flex-start;
172 align-items: flex-start;
176 -ms-flex-align: center;
177 -webkit-align-items: center;
183 -webkit-align-items: flex-end;
184 align-items: flex-end;
187 /* alignment in main axis */
189 --layout-start-justified: {
190 -ms-flex-pack: start;
191 -webkit-justify-content: flex-start;
192 justify-content: flex-start;
195 --layout-center-justified: {
196 -ms-flex-pack: center;
197 -webkit-justify-content: center;
198 justify-content: center;
201 --layout-end-justified: {
203 -webkit-justify-content: flex-end;
204 justify-content: flex-end;
207 --layout-around-justified: {
208 -ms-flex-pack: around;
209 -webkit-justify-content: space-around;
210 justify-content: space-around;
213 --layout-justified: {
214 -ms-flex-pack: justify;
215 -webkit-justify-content: space-between;
216 justify-content: space-between;
219 --layout-center-center: {
220 /* @apply(--layout-center --layout-center-justified); */
221 -ms-flex-align: center;
222 -webkit-align-items: center;
224 -ms-flex-pack: center;
225 -webkit-justify-content: center;
226 justify-content: center;
231 --layout-self-start: {
232 -ms-align-self: flex-start;
233 -webkit-align-self: flex-start;
234 align-self: flex-start;
237 --layout-self-center: {
238 -ms-align-self: center;
239 -webkit-align-self: center;
244 -ms-align-self: flex-end;
245 -webkit-align-self: flex-end;
246 align-self: flex-end;
249 --layout-self-stretch: {
250 -ms-align-self: stretch;
251 -webkit-align-self: stretch;
255 /*******************************
257 *******************************/
263 --layout-invisible: {
264 visibility: hidden !important;
280 -webkit-overflow-scrolling: touch;
286 --layout-fixed-top: {
293 --layout-fixed-right: {
300 --layout-fixed-bottom: {
307 --layout-fixed-left: {