@@ -58,16 +58,16 @@ This will adjust the `--df-row-width` and `--df-row-max-width` variables for the
58
58
59
59
Below is a list of common CSS variables that you can use to adjust various aspects of the components:
60
60
61
- | Variable | Default Value | Description |
62
- | :------------------------------------- | :------------ | :--------------------------------------------------------------------- |
63
- | ` --df-spacing-inputs ` | ` 15px ` | Spacing between inputs (TODO: consider using ` --g-spacing ` ) |
64
- | ` --df-spacing-last-child ` | ` 0px ` | Spacing for the last values in inputs |
65
- | ` --df-spacing-inputs-section ` | ` 20px ` | Spacing between sections and inputs |
66
- | ` --df-tooltip-container -max-width ` | ` 100% ` | Maximum width of the tooltip container |
67
- | ` --df-tooltip-container -margin-bottom ` | ` 6px ` | Bottom margin of the tooltip container |
68
- | ` --df-remove-button-margin-left ` | ` 5px ` | Left margin for the remove button (TODO: consider using ` --g-spacing ` ) |
69
- | ` --df-spacing-view ` | ` 20px ` | Spacing in the view component |
70
- | ` --df-checkbox-height ` | ` 28px ` | Height of the checkbox |
61
+ | Variable | Default Value | Description |
62
+ | :-------------------------------- | :------------ | :--------------------------------------------------------------------- |
63
+ | ` --df-spacing-inputs ` | ` 15px ` | Spacing between inputs (TODO: consider using ` --g-spacing ` ) |
64
+ | ` --df-spacing-last-child ` | ` 0px ` | Spacing for the last values in inputs |
65
+ | ` --df-spacing-inputs-section ` | ` 20px ` | Spacing between sections and inputs |
66
+ | ` --df-popover-item -max-width ` | ` 100% ` | Maximum width of the popover item |
67
+ | ` --df-popover-item -margin-bottom ` | ` 6px ` | Bottom margin of the popover item |
68
+ | ` --df-remove-button-margin-left ` | ` 5px ` | Left margin for the remove button (TODO: consider using ` --g-spacing ` ) |
69
+ | ` --df-spacing-view ` | ` 20px ` | Spacing in the view component |
70
+ | ` --df-checkbox-height ` | ` 28px ` | Height of the checkbox |
71
71
72
72
---
73
73
@@ -203,6 +203,7 @@ Variables for the Checkbox Group component:
203
203
| ` --df-checkbox-group-child-margin-right ` | ` 6px ` | Right margin for child checkbox elements |
204
204
| ` --df-checkbox-group-vertical-margin-top ` | ` 8px ` | Top margin in vertical layout |
205
205
| ` --df-checkbox-group-vertical-child-margin ` | ` 0px 0px 6px ` | Margin for child elements in vertical view (top, right, bottom, left) |
206
+ | ` --df-checkbox-margint-start ` | ` 5px ` | Indent from text to checkbox |
206
207
207
208
---
208
209
0 commit comments