Skip to content

Commit

Permalink
Merge branch 'develop-6.4.x' into feature/CXINT-1850
Browse files Browse the repository at this point in the history
  • Loading branch information
Matejk00 authored Aug 8, 2023
2 parents 7f993a0 + 85fb141 commit 6e92c0f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@

@include media-breakpoint-down(md) {
background-color: var(--cx-color-transparent);
padding-top: 1.5rem;
}

cx-address-form {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@

@include forVersion(6.3) {
flex-grow: 1;
border: 1px solid var(--cx-color-medium);
}

@include media-breakpoint-up(md) {
Expand Down Expand Up @@ -106,6 +107,10 @@
border-radius: 10px;
flex-grow: 1;

@include forVersion(6.3) {
border: 1px solid var(--cx-color-medium);
}

@include media-breakpoint-up(md) {
&:first-child {
margin-top: 0px;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
%cx-card {
.cx-card-border {
border: 1px solid var(--cx-color-light);

@include forVersion(6.3) {
border: 1px solid var(--cx-color-medium);
}
}

.cx-card-container {
Expand Down

0 comments on commit 6e92c0f

Please sign in to comment.