Css class workflow
-
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; }
-
In RapidClipse, for the components, add them under "ClassName".
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;
}
In RapidClipse, for the components, add them under "ClassName".