Skip to content

Commit

Permalink
Update rtl style for label (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
yuriy-fix authored Jan 10, 2020
1 parent d195753 commit 17e402b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions mixins/required-field.html
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,12 @@
opacity: 0;
}
}

/* RTL specific styles */

:host([dir="rtl"]) [part="label"] {
transform-origin: 100% 75%;
}
</style>
</template>
</dom-module>

0 comments on commit 17e402b

Please sign in to comment.