Skip to content

Commit

Permalink
Merge pull request #137 from Qld-Health-Online-Team/release-v1.7.3
Browse files Browse the repository at this point in the history
Release v1.7.3
  • Loading branch information
AmirNajariH authored Jun 26, 2024
2 parents d436d96 + 1d53117 commit 97ac4e8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 11 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;
}
}

2 changes: 1 addition & 1 deletion src/components/main_navigation/css/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ $QLD-header-md: 72px;

&.qld__main-nav__item-link--open {
&:visited {
color: var(--QLD-color-light__heading);
color: var(--QLD-color-light__link);
}
}
}
Expand Down
13 changes: 13 additions & 0 deletions src/components/mega_main_navigation/css/component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -381,6 +381,15 @@
border-left: none;
}
}

span {
color: var(--QLD-color-light__heading);
border-left: solid 4px transparent;

@include QLD-media(lg) {
border-left: none;
}
}
}

&:not(.active) {
Expand Down Expand Up @@ -525,6 +534,10 @@
color: var(--QLD-color-dark__heading);

}

span {
color: var(--QLD-color-dark__heading);
}
}

.qld__main-nav__sub-item-text{
Expand Down

0 comments on commit 97ac4e8

Please sign in to comment.