Skip to content

Commit

Permalink
Merge pull request #585 from yannicka/address-border
Browse files Browse the repository at this point in the history
  • Loading branch information
boherm committed Feb 7, 2024
2 parents 5d33762 + 240c711 commit 5c2490c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/scss/custom/components/_address.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ $component-name: address;

.#{$component-name} {
background: lighten($gray-100, 2%);
border: 1px solid $gray-200;

&__content {
margin: 0;
Expand Down
4 changes: 3 additions & 1 deletion src/scss/custom/pages/_checkout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,16 @@ $component-name: step;

.#{$component-name} {
.address {
border: 1px solid $gray-300;
margin: 1px;
border: 1px solid $gray-200;

&,
&__content {
cursor: pointer;
}

&.selected {
margin: 0;
border: 2px solid $primary;
}
}
Expand Down

0 comments on commit 5c2490c

Please sign in to comment.