Profile timeline spinner
parent
911516f707
commit
fb56511f08
|
@ -33,6 +33,7 @@
|
|||
max-width: 3rem;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.profile-sidebar {
|
||||
flex-basis: 150px;
|
||||
|
|
|
@ -82,4 +82,13 @@
|
|||
margin-right: .3rem;
|
||||
}
|
||||
}
|
||||
.spin {
|
||||
margin: 10% auto;
|
||||
width: 3rem;
|
||||
img {
|
||||
@extend %loading-spinner;
|
||||
max-height: 3rem;
|
||||
max-width: 3rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue