Skip to content

Commit

Permalink
card footer link fix - qhwt-992
Browse files Browse the repository at this point in the history
  • Loading branch information
AmirNajariH committed Jun 25, 2024
1 parent 9d05b4a commit 39d532d
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions src/components/card_no_action/css/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -480,13 +480,22 @@
}
}

&__footer{
&__footer {
display: flex;
justify-content: end;
justify-content: space-between;
flex-direction: row-reverse;
@include QLD-space(padding-left, 1unit);
@include QLD-space(padding-right, 1unit);
@include QLD-space(margin-top, 2unit);

.qld__slick-controls {
order: 1;
}

a {
order: 0;
}

&.centered {
justify-content: center;
}
Expand Down Expand Up @@ -671,11 +680,3 @@
}
}
}

.qld__body, .qld__banner {
.qld__card-list__footer {
justify-content: space-between;
align-items: centre;
}
}

0 comments on commit 39d532d

Please sign in to comment.