Skip to content
Snippets Groups Projects
Commit bcd88e59 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire: Committed by Reiter, Christoph
Browse files

Add more styling

parent 4b88b02f
No related branches found
No related tags found
No related merge requests found
......@@ -107,11 +107,13 @@ class DataTableViewDemo extends LitElement {
// language=css
return css`
${commonStyles.getThemeCSS()}
${commonStyles.getGeneralCSS()}
`;
}
render() {
commonUtils.initAssetBaseURL('vpu-data-table-view-src');
return html`
<style>
.box {
......@@ -120,9 +122,6 @@ class DataTableViewDemo extends LitElement {
border: 1px solid orange;
}
/* from BULMA.CSS */
.section {
padding: 3rem 1.5rem;
}
.content h1 {
font-size: 2em;
margin-bottom: .5em;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment