Adapt to latest md changes

This commit is contained in:
Francis Lachapelle
2016-03-08 13:21:11 -05:00
parent bd81a56e58
commit 19d22cdcfb
39 changed files with 198 additions and 123 deletions
@@ -0,0 +1,5 @@
/// layout-attributes.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
// Import from sources for extends
// -------------------------------
@import "../../angular-material/src/core/services/layout/layout-attributes";
@@ -56,4 +56,8 @@ html * {
@extend .md-padding;
background-color: white;
margin-bottom: $mg/2;
&:last-child {
margin-bottom: 0;
}
}
@@ -96,6 +96,9 @@ $slicer-breakpoint-names: 'xs' 'sm' 'md' 'lg' 'xl';
$media-pointer: (pointer fine);
// Button
$button-left-right-padding: rem(0.600);
// Icon
$icon-size: rem(2.400) !default;