formio / ngFormBuilder

The Form.IO Form Builder Application
http://formio.github.io/ngFormBuilder/
MIT License
129 stars 130 forks source link

Changing the style of a components #435

Closed pauljaime closed 5 years ago

pauljaime commented 5 years ago

By using the CSS property of a component, it modifies the label, for instant, entering "b red" it changes the label to bold type and red color, this is great. But, how to alter the look and feel of the attached component without creating a new component? How to select the style that, say a text field, should have?

pauljaime commented 5 years ago

It was actually very easy to do this, Just add the required style, or override style, on your main styles.scss. For example:

.form-control{ height:24px; }