@tririga/tri-template
Version:
A simple tool for generating IBM TRIRIGA UX view skeletons from available templates.
27 lines (22 loc) • 782 B
HTML
<!-- IBM Confidential - OCO Source Materials - (C) COPYRIGHT IBM CORP. 2017 - The source code for this program is not published or otherwise divested of its trade secrets, irrespective of what has been deposited with the U.S. Copyright Office. -->
<link rel="import" href="../iron-flex-layout/iron-flex-layout.html">
<dom-module id="ic-people-styles">
<template>
<style>
triplat-route-selector, iron-pages {
@apply(--layout-flex);
@apply(--layout-vertical);
}
iron-pages > * {
@apply(--layout-flex);
}
triblock-app-layout {
--triblock-app-layout-body-background-color: white;
--triblock-app-layout-mobile-drawer-z-index: 104;
}
.search-result {
@apply(--layout-center);
}
</style>
</template>
</dom-module>