Skip to content

Commit

Permalink
SWED-2249 revert gap to showroom
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenraphti committed Oct 6, 2023
1 parent 52d2c46 commit cccfbb5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/App/Playbook/content/DesignVision/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,10 @@ const Colors = () => (
<strong>Color pool:</strong> Pick from this pool when more colors are
needed, rather than making up new ones.
</p>
<div className="container playbook-mozaic playbook-glued-grid">
<div
className="container playbook-mozaic playbook-glued-grid"
style={{ gap: "0" }}
>
<div className="row">
<div className="col-sm px-0">
<img
Expand Down
3 changes: 3 additions & 0 deletions src/less/documentation-swedbankpay.less
Original file line number Diff line number Diff line change
Expand Up @@ -737,9 +737,12 @@
}

.playbook-mozaic {
--gap: 10px;
--radius: 0;

.row {
gap: var(--gap);

> div {
padding-left: 0;
padding-right: 0;
Expand Down

0 comments on commit cccfbb5

Please sign in to comment.