(css) Cleanup card.scss

pull/91/head
Francis Lachapelle 2015-05-21 09:43:34 -04:00
parent e226a32413
commit cdd52a0b37
1 changed files with 0 additions and 12 deletions

View File

@ -1,20 +1,8 @@
/// card.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
$card-margin: 8px !default;
$card-box-shadow: $whiteframe-shadow-z1 !default;
md-card {
box-sizing: border-box;
overflow: hidden;
display: flex;
flex-direction: column;
box-shadow: $card-box-shadow;
> img {
order: 0;
width: 100%;
}
md-card-content {
order: 1;