Skip to content
Snippets Groups Projects
Commit 9aee1491 authored by Neuber, Eugen Ramon's avatar Neuber, Eugen Ramon :speech_balloon: Committed by Reiter, Christoph
Browse files

Provide select2 styling as base functionality.

See issue VPU/Apps/Library#38
parent 29ddf6d2
No related branches found
No related tags found
No related merge requests found
...@@ -624,3 +624,26 @@ export function getDocumentationCSS() { ...@@ -624,3 +624,26 @@ export function getDocumentationCSS() {
} }
`; `;
} }
export function getSelect2CSS() {
// language=css
return css`
.select2-dropdown {
border-radius: var(--vpu-border-radius);
}
.select2-container--default .select2-selection--single {
border-radius: var(--vpu-border-radius);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__clear {
font-size: 1.5em;
font-weight: 300;
/* color: red; */
}
`;
}
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