-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(subform): tablecolumns config design update (#13902)
- Loading branch information
Showing
12 changed files
with
342 additions
and
192 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion
2
.../src/components/Properties/EditSubformTableColumns/ColumnElement/ColumnElement.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
.wrapper { | ||
margin-top: var(--fds-spacing-4); | ||
margin-top: var(--fds-spacing-1); | ||
} | ||
|
||
.headerWrapper { | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
22 changes: 22 additions & 0 deletions
22
...ties/EditSubformTableColumns/ColumnElement/EditColumnElement/EditColumnElement.module.css
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
.wrapper { | ||
margin-top: var(--fds-spacing-4); | ||
padding: var(--fds-spacing-3); | ||
} | ||
|
||
.header { | ||
padding-top: var(--fds-spacing-2); | ||
padding-bottom: var(--fds-spacing-0); | ||
padding-left: var(--fds-spacing-0); | ||
} | ||
|
||
.content { | ||
padding: var(--fds-spacing-0); | ||
} | ||
|
||
.divider { | ||
margin-top: var(--fds-spacing-0); | ||
} | ||
.buttons { | ||
display: flex; | ||
gap: var(--fds-spacing-2); | ||
} |
Oops, something went wrong.