Css class workflow

  1. Add a new css class in styles.css:

    .info-panel {
        --lumo-primary-text-color: rgb(0, 0, 100);
        background: lightblue;
        margin-top: 0em;
        margin-bottom: 0em;
    }
  2. In RapidClipse, for the components, add them under "ClassName".

    image not found