Add timestamp on success step + refactoring

TNL-925
This commit is contained in:
Alessandro
2015-05-22 17:11:29 +02:00
parent 4c0bf1615e
commit 8efadaec52
4 changed files with 336 additions and 241 deletions

View File

@@ -186,6 +186,17 @@
// TYPE: success
&.item-progresspoint-success {
.item-progresspoint-success-date {
display: none;
margin-left: 5px;
}
&.is-complete {
.item-progresspoint-success-date {
display: inline;
}
}
}
@@ -217,6 +228,8 @@
}
.fa-cog {
@include animation(fa-spin 2s infinite linear);
visibility: visible;
opacity: 1.0;
}