This commit is contained in:
Lisa P 2016-01-05 14:44:27 +01:00
parent 8d2ca774d0
commit 1233eba3e8
2 changed files with 2 additions and 3 deletions

View File

@ -224,7 +224,7 @@ export default Ember.Component.extend({
},
toggleLog() {
this.toggleProperty('ligIsVisible');
this.toggleProperty('logIsVisible');
}
},

View File

@ -1,4 +1,3 @@
.log
position: relative
margin-top: 35px
@ -78,7 +77,7 @@
text-align: right
background-color: $log-header-bg
@extend %border-top-4px
@media #{$small-only}
display: flex
a