mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-4279] Demo-shell - Fix home component layout (#4543)
This commit is contained in:
committed by
Eugenio Romano
parent
f46c848308
commit
6213839289
@@ -2,6 +2,7 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.adf-home-header-background {
|
.adf-home-header-background {
|
||||||
|
@@ -9,18 +9,10 @@
|
|||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
[dir='rtl'] .adf-rtl-container-alignment {
|
[dir='rtl'] .adf-rtl-container-alignment {
|
||||||
margin-left: 10px!important;
|
margin-left: 10px!important;
|
||||||
}
|
}
|
||||||
|
|
||||||
ng-content {
|
|
||||||
display: block;
|
|
||||||
width: 100%;
|
|
||||||
height: 100%;
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.adf-sidenav--hidden {
|
.adf-sidenav--hidden {
|
||||||
visibility: hidden !important;
|
visibility: hidden !important;
|
||||||
width: 0 !important;
|
width: 0 !important;
|
||||||
|
Reference in New Issue
Block a user