Skip to content

Commit 5c2490c

Browse files
authored
Merge pull request #585 from yannicka/address-border
2 parents 5d33762 + 240c711 commit 5c2490c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

src/scss/custom/components/_address.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ $component-name: address;
22

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

67
&__content {
78
margin: 0;

src/scss/custom/pages/_checkout.scss

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,16 @@ $component-name: step;
22

33
.#{$component-name} {
44
.address {
5-
border: 1px solid $gray-300;
5+
margin: 1px;
6+
border: 1px solid $gray-200;
67

78
&,
89
&__content {
910
cursor: pointer;
1011
}
1112

1213
&.selected {
14+
margin: 0;
1315
border: 2px solid $primary;
1416
}
1517
}

0 commit comments

Comments
 (0)