mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
rtl fixes (#1128)
This commit is contained in:
committed by
Suzana Dirla
parent
3e2c33567d
commit
ca5795fac0
@@ -23,7 +23,6 @@
|
|||||||
|
|
||||||
.main-content {
|
.main-content {
|
||||||
@include flex-column;
|
@include flex-column;
|
||||||
border-right: 1px solid var(--theme-border-color, rgba(0, 0, 0, 0.07));
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.scrollable {
|
.scrollable {
|
||||||
@@ -42,3 +41,15 @@
|
|||||||
width: 350px;
|
width: 350px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
[dir='rtl'] .aca-page-layout {
|
||||||
|
.main-content {
|
||||||
|
border-left: 1px solid var(--theme-border-color, rgba(0, 0, 0, 0.07));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
[dir='ltr'] .aca-page-layout {
|
||||||
|
.main-content {
|
||||||
|
border-right: 1px solid var(--theme-border-color, rgba(0, 0, 0, 0.07));
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@@ -55,7 +55,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.action-button .action-button__label {
|
.action-button .action-button__label {
|
||||||
margin-left: 8px !important;
|
margin: 0 8px !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.app-item,
|
.app-item,
|
||||||
@@ -103,10 +103,8 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
[dir='rtl'] .action-button .action-button__label {
|
[dir='rtl'] .sidenav {
|
||||||
margin-right: 8px !important;
|
.mat-expansion-panel-header {
|
||||||
}
|
padding: 0 0 0 8px !important;
|
||||||
|
}
|
||||||
[dir='rtl'] .mat-expansion-panel-header {
|
|
||||||
padding: 0 0 0 8px !important;
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user