Add RTL styles. Most of the work is done by the browser 💖

This commit is contained in:
Jed Fox
2020-04-01 13:10:40 -04:00
parent 0e90996715
commit cba0a57ce3
11 changed files with 138 additions and 77 deletions
+9
View File
@@ -149,3 +149,12 @@
}
}
}
.unlocked-icon {
:root[dir="ltr"] & {
left: 2px;
}
:root[dir="rtl"] & {
right: 2px;
}
}