Skip to content

Commit

Permalink
Merge pull request #2628 from IDEMSInternational/bug-kuwait-rtl-styli…
Browse files Browse the repository at this point in the history
…ng-of-module_list_item

Bug Fix: Flip Module List Item nav-asset in RTL
  • Loading branch information
jfmcquade authored Dec 17, 2024
2 parents de97ddb + 33d1920 commit a9ed8ef
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions src/theme/themes/plh_kids_kw/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,7 @@ body[data-theme="plh_kids_kw"] {
padding: 16px;
box-shadow: 1px 1px 10px #92b7da;
background-color: #f6fafe;
margin: 12px 0;
.container {
display: flex;
flex-direction: row;
Expand Down Expand Up @@ -570,10 +571,6 @@ body[data-theme="plh_kids_kw"] {
.icon {
width: 28px;
max-width: unset;
&[data-language-direction~="rtl"] {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
}
.container[data-language-direction~="rtl"] {
.module-title {
Expand All @@ -587,6 +584,10 @@ body[data-theme="plh_kids_kw"] {
transform: scaleX(-1);
}
}
.icon {
-webkit-transform: scaleX(-1);
transform: scaleX(-1);
}
}
}
.module-item[data-lock~="true"] {
Expand Down

0 comments on commit a9ed8ef

Please sign in to comment.