Modified flexbox for IE11

stable
Xavier Julián 2015-06-16 13:50:18 +02:00 committed by Juanfran
parent dbb636db97
commit 490cb78318
1 changed files with 2 additions and 5 deletions

View File

@ -17,12 +17,10 @@
width: 100%; width: 100%;
} }
.overlay { .overlay {
align-content: center;
align-items: center; align-items: center;
background: rgba($blackish, .8); background: rgba($blackish, .8);
bottom: 0; bottom: 0;
display: flex; display: flex;
justify-content: center;
left: 0; left: 0;
position: absolute; position: absolute;
right: 0; right: 0;
@ -32,9 +30,8 @@
.loading-spinner { .loading-spinner {
@extend %loading-spinner; @extend %loading-spinner;
border: 0; border: 0;
flex-grow: 0; min-height: 3rem;
max-height: 3rem; min-width: 3rem;
max-width: 3rem;
transform-origin: center center; transform-origin: center center;
} }
p { p {