put banner close button on left for rtl (tpo/web/lego#61)

This commit is contained in:
Jérôme Charaoui 2023-10-17 10:13:07 -04:00
parent 2eccdda68a
commit 2d5a53901d
No known key found for this signature in database
GPG Key ID: 69C52F658E988542

View File

@ -76,6 +76,12 @@
}
}
/* send close button to left on rtl languages */
.banner-close:dir(rtl) {
left: 16px;
right: auto;
}
.eoy-sr-only {
height: 1px;
overflow: hidden;