[ADF-2772] fixed layout style (#3284)

This commit is contained in:
Vito
2018-05-08 16:52:41 +01:00
committed by Eugenio Romano
parent 696eae13d0
commit 70fe31f3e9

View File

@@ -1,12 +1,12 @@
@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;