Skip to content

Commit

Permalink
MWPW-153600 [PEP] loader bar on PEP prompt is seen loaded Left to rig…
Browse files Browse the repository at this point in the history
…ht in RTL locale (#2548)

Pep modal loader now moves moves right to left in rtl locales
  • Loading branch information
sharmrj authored Jul 15, 2024
1 parent 2d0d3cf commit 833b36d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions libs/features/webapp-prompt/webapp-prompt.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,10 @@
transform: scaleX(0) translateZ(0);
}

[dir = "rtl"] .appPrompt-progress {
transform-origin: top right;
}

@keyframes appPrompt-animate {
100% {
transform: scaleX(1);
Expand Down

0 comments on commit 833b36d

Please sign in to comment.