Fix mobile transitions (sort of)

This commit is contained in:
Benoit Favreault
2015-03-31 10:50:05 -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;
}
}
+1 -1
View File
@@ -13,7 +13,7 @@
@import '_breakpoint.scss', '_sassy-maps.scss';
// This is no longer required because we use grunt-contrib-compass (ruby required)
//@import '_compass.scss';
@import 'SassyJSON';
//@import 'SassyJSON';
@import 'core/variables'; // Will be replace by a complete 'config file