sections
LayoutComponent
✅ Theme ✅ Options ❌ Content & Translations
The layout-component sections
is mostly responsible of rendering the entities and acts as a container in the widget.
While this layout-component benefits only from DidomiStyle options, a set of options are available within the theme
property and will be applied to all children of layout-component sections
(section
, preference
, preference_value
).
Element | Description | Values |
---|---|---|
| Background color of a purpose card |
|
| Border radius of a purpose card |
|
| Thickness of the border of a purpose card |
|
| Color of the border of a purpose card |
|
| Shadow of a purpose card |
|
| Text and inputs alignement (on |
|
| Size of purpose or preference name |
|
| Color of purpose of preference name |
|
| Font-family * of purpose of preference name |
|
| Size of description of a purpose or a preference |
|
| Color of description of a purpose or a preference |
|
| Font-family of description of a purpose or a preference |
|
| Type of radio button / checkbox |
|
| Color of label of radio button / checkbox |
|
| Color of radio button / checkbox |
|
| Background color of radio button / checkbox if |
|
| Font-family * of radio button / checkbox label |
|
| Border radius of radio button / checkbox |
|
* Font-family of widgets inherits by default from the one loaded on your website. If you want to change the font-family, you need to make sure that the new font-family is loaded on your website.
Last updated