This commit is contained in:
Cilibiu Bogdan
2019-06-14 10:26:31 +03:00
committed by Suzana Dirla
parent 3e2c33567d
commit ca5795fac0
2 changed files with 17 additions and 8 deletions

View File

@@ -23,7 +23,6 @@
.main-content {
@include flex-column;
border-right: 1px solid var(--theme-border-color, rgba(0, 0, 0, 0.07));
}
.scrollable {
@@ -42,3 +41,15 @@
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));
}
}

View File

@@ -55,7 +55,7 @@
}
.action-button .action-button__label {
margin-left: 8px !important;
margin: 0 8px !important;
}
.app-item,
@@ -103,10 +103,8 @@
}
}
[dir='rtl'] .action-button .action-button__label {
margin-right: 8px !important;
}
[dir='rtl'] .mat-expansion-panel-header {
[dir='rtl'] .sidenav {
.mat-expansion-panel-header {
padding: 0 0 0 8px !important;
}
}