MInor styles refactor for header edit button

stable
Xavier Julián 2014-10-20 16:12:45 +02:00 committed by David Barragán Merino
parent 77f9fce1ba
commit 5c5ad3c1fc
1 changed files with 18 additions and 4 deletions

View File

@ -57,13 +57,21 @@
display: flex;
margin-bottom: 0;
max-width: 94%;
.save-container {
&.loading span {
@include animation (loading .5s linear);
@include animation (spin 1s linear infinite);
&:hover {
.save {
@include transition(opacity .3s linear);
opacity: 1;
}
}
}
//.save-container {
// &.loading {
// span {
// @include animation (loading .5s linear);
// @include animation (spin 1s linear infinite);
// }
// }
//}
.us-number {
@extend %xlarge;
@extend %title;
@ -79,6 +87,12 @@
line-height: 2.2rem;
padding-right: 1rem;
}
.save {
@extend %large;
color: $gray-light;
margin-left: .5rem;
opacity: 0;
}
.us-related-task {
@extend %small;
color: $gray-light;