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

Add more styling

parent 1def9ec7
No related branches found
No related tags found
No related merge requests found
...@@ -171,6 +171,11 @@ export function getButtonCSS() { ...@@ -171,6 +171,11 @@ export function getButtonCSS() {
font-family: inherit; font-family: inherit;
} }
.button.is-small {
border-radius: calc(var(--vpu-border-radius) / 2);
font-size: .75rem;
}
.button.is-primary { .button.is-primary {
background-color: var(--vpu-primary-bg-color); background-color: var(--vpu-primary-bg-color);
color: var(--vpu-primary-text-color); color: var(--vpu-primary-text-color);
......
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