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