mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-07-24 17:32:15 +00:00
[ADF-2772] fixed layout style (#3284)
This commit is contained in:
@@ -1,13 +1,13 @@
|
|||||||
@mixin adf-layout-container-theme($theme) {
|
:host {
|
||||||
$foreground: map-get($theme, foreground);
|
|
||||||
|
|
||||||
adf-layout-container {
|
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@mixin adf-layout-container-theme($theme) {
|
||||||
|
$foreground: map-get($theme, foreground);
|
||||||
|
|
||||||
ng-content {
|
ng-content {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
Reference in New Issue
Block a user