Skip to content

Commit

Permalink
Merge pull request #2736 from IDEMSInternational/bug-kw-list-item-tex…
Browse files Browse the repository at this point in the history
…t-alignment

[Bug Fix] Kuwait Theme: Center align list item text
  • Loading branch information
esmeetewinkel authored Jan 28, 2025
2 parents 426464e + 5882433 commit 0cabaeb
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/theme/themes/plh_kids_kw/_overrides.scss
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,7 @@ body[data-theme="plh_kids_kw"] {
color: var(--ion-color-primary-700);
font-weight: var(--font-weight-bold);
line-height: var(--line-height-text-small);
text-align: left;
text-align: center;
text-transform: none;
&[data-variant~="capitalise"] {
text-transform: capitalize;
Expand All @@ -666,11 +666,6 @@ body[data-theme="plh_kids_kw"] {
max-width: unset;
}
.container[data-language-direction~="rtl"] {
.module-title {
p {
text-align: right;
}
}
.module-image {
img {
-webkit-transform: scaleX(-1);
Expand Down

0 comments on commit 0cabaeb

Please sign in to comment.