mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
IE11 style fix (#2563)
This commit is contained in:
committed by
Eugenio Romano
parent
31235c9f52
commit
d923070d4f
@@ -6,7 +6,13 @@
|
|||||||
$foreground: map-get($theme, foreground);
|
$foreground: map-get($theme, foreground);
|
||||||
$text-color-primary: mat-color($foreground, text);
|
$text-color-primary: mat-color($foreground, text);
|
||||||
|
|
||||||
|
.ie11FlexCenterAlignFix {
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
|
||||||
.adf-login-content {
|
.adf-login-content {
|
||||||
|
@extend .ie11FlexCenterAlignFix;
|
||||||
|
min-height: 100%;
|
||||||
display: -webkit-flex;
|
display: -webkit-flex;
|
||||||
display: -ms-flexbox;
|
display: -ms-flexbox;
|
||||||
display: flex;
|
display: flex;
|
||||||
@@ -24,7 +30,6 @@
|
|||||||
flex-flow: row wrap;
|
flex-flow: row wrap;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
min-height: 100%;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
-webkit-box-orient: vertical;
|
-webkit-box-orient: vertical;
|
||||||
-moz-box-orient: vertical;
|
-moz-box-orient: vertical;
|
||||||
|
|||||||
Reference in New Issue
Block a user