Files
siprouter/ts_web/elements/shared/css.ts
T

11 lines
170 B
TypeScript
Raw Normal View History

import { css } from '../../plugins.js';
export const viewHostCss = css`
:host {
display: block;
margin: auto;
max-width: 1280px;
padding: 16px;
}
`;