Click on last update to get more info

This commit is contained in:
2016-10-21 17:01:32 +02:00
parent 675cb841cf
commit 183b2eb121
4 changed files with 22 additions and 4 deletions

View File

@@ -341,3 +341,11 @@ input, input.form-control
.dark
@include status-color-property(background-color, '', 'dark')
.collapsing
transition: all 150ms ease-in-out
opacity: 0
.collapse
transition: all 250ms ease-in-out
&.in
opacity: 1