Profile timeline spinner

stable
Xavier Julián 2015-05-28 09:17:02 +02:00 committed by Juanfran
parent 911516f707
commit fb56511f08
3 changed files with 11 additions and 1 deletions

View File

@ -33,6 +33,7 @@
max-width: 3rem;
}
}
}
.profile-sidebar {
flex-basis: 150px;

View File

@ -82,4 +82,13 @@
margin-right: .3rem;
}
}
.spin {
margin: 10% auto;
width: 3rem;
img {
@extend %loading-spinner;
max-height: 3rem;
max-width: 3rem;
}
}
}

View File

@ -3,7 +3,7 @@ $label-arrow-wh: 12px;
tg-project-menu {
background-color: $dark-taiga;
background-image: url('../images/menu.png');
background-position: 0% 100%;
background-position: 0 100%;
min-height: 100vh;
padding: 1rem 0;
text-transform: uppercase;