Skip to content

Commit

Permalink
fix(): add new css variables: --grid-card-gap
Browse files Browse the repository at this point in the history
  • Loading branch information
weareoutman committed Nov 1, 2023
1 parent a260259 commit 87c4874
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/brick-container/src/styles/variables.css
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,9 @@

--page-content-padding: 0px 24px 24px 24px;

--grid-card-gap: 16px;
--grid-card-gap-large: 16px;

/* easy-view gap */
--easy-view-gap: 16px;

Expand Down
2 changes: 2 additions & 0 deletions packages/brick-container/src/styles/version/ui-v8-2.css
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ html[data-ui="v8-2"] {

--page-card-gap: 32px;

--grid-card-gap: 12px;

--side-bar-width: 220px;

--card-head-padding-horizontal: 0;
Expand Down

0 comments on commit 87c4874

Please sign in to comment.