Hi everyone,
I am learning about Sap Design Studio and I am trying to achieve some goal related to CSS and have good understanding about it.
I have read a lot about CSS and how to work with it on Design Studio however I still have a lot questions.
I have done what a lot of people say about how to work with css classes and I have achieve some tasks I have to do.
But in this case I really need someone specific help.
I want to change the color of circle green / circle blue, but I am not able to find the sap class used in this object:
As you guys can see there is no sap class associated. If I change the red values on the page the circle will change.
How can I do this using the right css?
HTLM CODE:
<g class="v-row ID_0" transform="translate(0,0)">
<path class="" fill="#84A328" stroke-width="0" stroke="transparent" opacity="1" stroke-opacity="undefined" d="M-6,0 A6,6 0 1,0 6,0 A6,6 0 1,0 -6,0z" transform="translate(6,6)">
<text x="18" y="12">Real</text>
<rect class="v-eventRect v-legend-item ID_1" height="18" fill="rgba(255, 255, 255, 0)" transform="translate(0,-3)" width="52.5">
</g>
<g class="v-row ID_1" transform="translate(0,18)">
<path class="" fill="#529CD2" stroke-width="0" stroke="transparent" opacity="1" stroke-opacity="undefined" d="M-6,0 A6,6 0 1,0 6,0 A6,6 0 1,0 -6,0z" transform="translate(6,6)">
<text x="18" y="12">Plano</text>
Thanks and regards