fix card background color (angular-material regression)

Change views container justification
hide sg-menu components
This commit is contained in:
Benoit Favreault
2015-04-01 22:12:07 -04:00
committed by Francis Lachapelle
parent 0fc027e5e9
commit 00d2154c0e
3 changed files with 6 additions and 4 deletions

View File

@@ -8,8 +8,6 @@ md-card {
overflow: hidden;
display: flex;
flex-direction: column;
background-color: sg-color($sogoPaper, 50);
box-shadow: $card-box-shadow;
> img {
@@ -21,4 +19,8 @@ md-card {
order: 1;
transition: $swift-ease-in-out;
}
&.md-default-theme {
background-color: sg-color($sogoPaper, 50);
}
}