...
As with most of the components of the @yuuvis/framework, you are able to overwrite styling using CSS. To globally change the look and feel of components, we recommend to create a new *.scss
file that you import in your project's styles.scss
(Make sure to palce place the import after the imported styles from @yuuvis/framework). The following code snippet changes the position of labels in forms:
...