@tririga/tri-template
Version:
A simple tool for generating IBM TRIRIGA UX view skeletons from available templates.
20 lines (17 loc) • 399 B
HTML
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
<dom-module id="@element-styles">
<template>
<style>
iron-pages {
@apply(--layout-fit);
@apply(--layout-flex);
@apply(--layout-vertical);
@apply(--layout-center-justified);
}
section {
@apply(--layout-horizontal);
@apply(--layout-center-justified);
}
</style>
</template>
</dom-module>