Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore!: udpate uikit 7 #266

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions docs/styles.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,16 +58,16 @@ This will adjust the `--df-row-width` and `--df-row-max-width` variables for the

Below is a list of common CSS variables that you can use to adjust various aspects of the components:

| Variable | Default Value | Description |
| :------------------------------------- | :------------ | :--------------------------------------------------------------------- |
| `--df-spacing-inputs` | `15px` | Spacing between inputs (TODO: consider using `--g-spacing`) |
| `--df-spacing-last-child` | `0px` | Spacing for the last values in inputs |
| `--df-spacing-inputs-section` | `20px` | Spacing between sections and inputs |
| `--df-tooltip-container-max-width` | `100%` | Maximum width of the tooltip container |
| `--df-tooltip-container-margin-bottom` | `6px` | Bottom margin of the tooltip container |
| `--df-remove-button-margin-left` | `5px` | Left margin for the remove button (TODO: consider using `--g-spacing`) |
| `--df-spacing-view` | `20px` | Spacing in the view component |
| `--df-checkbox-height` | `28px` | Height of the checkbox |
| Variable | Default Value | Description |
| :-------------------------------- | :------------ | :--------------------------------------------------------------------- |
| `--df-spacing-inputs` | `15px` | Spacing between inputs (TODO: consider using `--g-spacing`) |
| `--df-spacing-last-child` | `0px` | Spacing for the last values in inputs |
| `--df-spacing-inputs-section` | `20px` | Spacing between sections and inputs |
| `--df-popover-item-max-width` | `100%` | Maximum width of the popover item |
| `--df-popover-item-margin-bottom` | `6px` | Bottom margin of the popover item |
| `--df-remove-button-margin-left` | `5px` | Left margin for the remove button (TODO: consider using `--g-spacing`) |
| `--df-spacing-view` | `20px` | Spacing in the view component |
| `--df-checkbox-height` | `28px` | Height of the checkbox |

---

Expand Down Expand Up @@ -203,6 +203,7 @@ Variables for the Checkbox Group component:
| `--df-checkbox-group-child-margin-right` | `6px` | Right margin for child checkbox elements |
| `--df-checkbox-group-vertical-margin-top` | `8px` | Top margin in vertical layout |
| `--df-checkbox-group-vertical-child-margin` | `0px 0px 6px` | Margin for child elements in vertical view (top, right, bottom, left) |
| `--df-checkbox-margint-start` | `5px` | Indent from text to checkbox |

---

Expand Down
Loading