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

Add styles.js

parent 6f9ff1cf
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,7 @@ import {createUUID} from './utils' ...@@ -3,6 +3,7 @@ import {createUUID} from './utils'
import {css, html} from 'lit-element'; import {css, html} from 'lit-element';
import VPULitElement from 'vpu-common/vpu-lit-element'; import VPULitElement from 'vpu-common/vpu-lit-element';
import * as commonUtils from 'vpu-common/utils'; import * as commonUtils from 'vpu-common/utils';
import * as commonStyles from 'vpu-common/styles';
import { send } from 'vpu-common/notification'; import { send } from 'vpu-common/notification';
export { send }; export { send };
...@@ -79,9 +80,9 @@ class VPUNotification extends VPULitElement { ...@@ -79,9 +80,9 @@ class VPUNotification extends VPULitElement {
static get styles() { static get styles() {
// language=css // language=css
return css` return css`
${commonUtils.getThemeCSS()} ${commonStyles.getThemeCSS()}
${commonUtils.getGeneralCSS()} ${commonStyles.getGeneralCSS()}
${commonUtils.getNotificationCSS()} ${commonStyles.getNotificationCSS()}
.notification:not(:last-child) { .notification:not(:last-child) {
margin-bottom: 1.5rem; margin-bottom: 1.5rem;
......
common @ b7a96ff7
Subproject commit 541039c7e3af8242f21b76d33b9c8c19dbfe1bef Subproject commit b7a96ff7ecc798b5dc4e4b6475188dab009ed0f6
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