This commit is contained in:
Panayiotis Lipiridis 2020-12-28 03:56:39 +02:00
parent dc2581a308
commit 154654bb9f
5 changed files with 35 additions and 35 deletions

View file

@ -59,7 +59,7 @@
&__footer {
position: absolute;
z-index: 100;
bottom: 0px;
bottom: 0;
:root[dir="ltr"] & {
right: 0;
@ -80,7 +80,7 @@
}
:root[dir="ltr"] &.transition-right {
transform: translate(999px, 0px);
transform: translate(999px, 0);
}
:root[dir="rtl"] &.transition-left {