Merge pull request #536 from AyuntamientoMadrid/proposals-full-text

Adds animation on proposals full text
This commit is contained in:
Enrique García
2015-09-21 14:19:41 +02:00

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;
}
}