Skip to content

Commit

Permalink
update styles
Browse files Browse the repository at this point in the history
  • Loading branch information
larsrickert committed Jan 20, 2025
1 parent e912eb0 commit b926f13
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ const handleApply = () => {
@include layers.component() {
--image-size: 10rem;
--gap: var(--onyx-density-md);
width: 32rem;
background-color: var(--onyx-color-base-background-tinted);
Expand All @@ -139,9 +138,8 @@ const handleApply = () => {
}
&__option {
--onyx-card-gap: var(--gap);
flex-direction: row;
padding: var(--onyx-spacing-md) var(--onyx-spacing-xl);
gap: var(--gap);
color: var(--onyx-color-text-icons-neutral-medium);
cursor: pointer;
Expand Down Expand Up @@ -172,7 +170,7 @@ const handleApply = () => {
display: flex;
align-items: center;
justify-content: flex-end;
gap: var(--onyx-spacing-md);
gap: var(--gap);
}
&__image {
Expand Down

0 comments on commit b926f13

Please sign in to comment.