The UI is adapted to the RTL layout

This commit is contained in:
ErickSkrauch
2021-03-26 04:19:04 +01:00
parent 370725dd7e
commit 4525089725
41 changed files with 254 additions and 170 deletions

View File

@ -160,7 +160,7 @@
composes: arrowRight from '~app/components/ui/icons.scss';
position: relative;
left: 0;
inset-inline-start: 0;
font-size: 28px;
color: #ebe8e1;
@ -173,7 +173,11 @@
.appExpanded & {
color: #777;
transform: rotate(360deg) !important; // Prevent it from hover rotating
transform: rotate(360deg)!important; // Prevent it from hover rotating
html[dir='rtl'] & {
transform: rotate(0)!important;
}
}
}
@ -195,7 +199,7 @@ $appDetailsContainerRightLeftPadding: 30px;
.editAppLink {
position: absolute;
top: 4px;
right: 0;
inset-inline-end: 0;
font-size: 12px;
color: #9a9a9a;
@ -221,17 +225,19 @@ $appDetailsContainerRightLeftPadding: 30px;
}
.appActionButton {
margin: 0 10px 10px 0;
margin-inline-end: 10px;
margin-bottom: 10px;
&:last-of-type {
margin-right: 0;
margin-inline-end: 0;
}
}
.appActionContainer {
position: absolute;
width: calc(100% - #{$appDetailsContainerRightLeftPadding * 2});
top: 100%;
left: 0;
inset-inline-start: 0;
padding: 0 $appDetailsContainerRightLeftPadding;
background: #f5f5f5;
}
@ -244,7 +250,7 @@ $appDetailsContainerRightLeftPadding: 30px;
.continueActionButtonWrapper {
display: inline-block;
margin-left: 10px;
margin-inline-start: 10px;
}
.continueActionLink {