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