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

Add styles.js

parent 131a87ab
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,7 @@ import {css, html} from 'lit-element';
import {i18n} from './i18n.js';
import VPULitElementJQuery from 'vpu-common/vpu-lit-element-jquery';
import * as commonUtils from 'vpu-common/utils';
import * as commonStyles from 'vpu-common/styles';
import select2CSSPath from 'select2/dist/css/select2.min.css';
import * as errorUtils from "vpu-common/error";
......@@ -220,8 +221,8 @@ class PersonSelect extends VPULitElementJQuery {
static get styles() {
// language=css
return css`
${commonUtils.getThemeCSS()}
${commonUtils.getGeneralCSS()}
${commonStyles.getThemeCSS()}
${commonStyles.getGeneralCSS()}
.select2-container--default .select2-selection--single {
border-radius: var(--vpu-border-radius);
......
common @ b7a96ff7
Subproject commit 75a3214f014ca4ee33176d2edbb11a8c081aaaba
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