Overview of layout styles

2
Hi!  I'm slowly learning the basics of Mendix. One thing I saw is that a lot of elements have a class applied to them. E.g. the cells of the Mendix Training Management dashboard have a class called "card" and  "text-center". I wonder if there is an overview of all these classes. It would be cool to know what styles I can apply to elements on my pages without having to write all the custom css in the Style box. Thanks in advance!
asked
3 answers
0

You can also have a look at Atlas UI and the helper page.
All new Mendix projects are based on our Atlas UI frame work so you can use all the building blocks and widgets.

answered
0

Mendix styling is based on Bootstrap, so any Bootstrap class should work.

There's also a nice list of all the possible classes you can set from bootstrap here:

https://www.w3schools.com/bootstrap/bootstrap_ref_all_classes.asp

answered
0

https://ux.mendix.com is also a good source of what is possible. 

answered