Fix mobile transitions (sort of)

This commit is contained in:
Benoit Favreault
2015-06-12 11:42:07 -04:00
committed by Francis Lachapelle
parent a554158686
commit fe8c1b927c
3 changed files with 7 additions and 2 deletions
@@ -5,6 +5,7 @@ $card-box-shadow: $whiteframe-shadow-z1 !default;
md-card {
box-sizing: border-box;
overflow: hidden;
display: flex;
flex-direction: column;
background-color: sg-color($sogoPaper, 50);
@@ -18,5 +19,6 @@ md-card {
md-card-content {
order: 1;
transition: $swift-ease-in-out;
}
}