messages weren't appearing after reordering due to specifity error

This commit is contained in:
Dave Cranwell 2014-02-14 15:26:05 +00:00
parent 19f25dd28b
commit 89119b6c31

View file

@ -26,16 +26,19 @@
background-color:@color-teal-dark;
}
}
.messages.new ul{
.transition-immediate(none);
top:-100px;
}
.ready .messages ul,
.messages.appear ul{
.transition-immediate(~"top 0.5s ease, opacity 0.5s ease, max-height 1.2s ease");
opacity:1;
top:0;
}
.messages.new ul{
.transition-immediate(none);
top:-100px;
}
@media screen and (min-width: @breakpoint-mobile){
.messages{