mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* [ADF-4595] Change demo-shell style classes prefix * Change more files * Trigger e2e tests * Fix e2e selectors * Fix e2e tests * Fix e2e tests
18 lines
261 B
SCSS
18 lines
261 B
SCSS
router-outlet[name='overlay'] + * {
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: 999;
|
|
position: absolute;
|
|
top: 0;
|
|
right: 0;
|
|
}
|
|
|
|
.app-demo-app-container {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
[dir='rtl'] .mat-icon {
|
|
transform: scale(-1, 1);
|
|
}
|