Merge pull request #525 from taigaio/issue/2856/avatar-loader-right

Modified flexbox for IE11
stable
Juanfran 2015-06-17 22:30:20 -07:00
commit 4ec567b9ce
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 {