cancel
Showing results for 
Search instead for 
Did you mean: 

Where to get the list of a SAP predefined css

scar
Employee
Employee
0 Kudos

Hi Experts,

I'm developing frontend UI project with UI5 controller. As product suggested, we'd better use predefined css instead of create a new one. However, I only found some css about margin and padding is mentioned in the UI5 doc.

Where I can get a full list of them? Consider I want have a css just set the font-size, or things like font-weight, background and foreground colors, where I can check whether we have a exists css like "sapUiMediumMargin"

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

This link will provide you the sap predefined classes.

Click here

For font-weight, background and foreground colors, you will have to use custom classes

Answers (1)

Answers (1)

scar
Employee
Employee
0 Kudos

So looks only margin is predefined... Thanks