Adds animation on proposals full text

This commit is contained in:
Alberto Garcia Cabeza
2015-09-21 13:14:14 +02:00
parent 1d5904d478
commit 80d4d2ff7a

View File

@@ -204,11 +204,18 @@ body.admin {
}
.proposal-description {
height: rem-calc(65);
max-height: rem-calc(65);
overflow: hidden;
max-width: rem-calc(750);
&:hover {
height: auto;
cursor: text;
max-height: rem-calc(1000);
outline: 3px solid #ffbf47;
padding: rem-calc(12);
transition: max-height 0.9s;
-moz-transition: max-height 0.9s;
-webkit-transition: max-height 0.9s;
}
}