Add md-grid-list and md-autocomplete components

This commit is contained in:
Francis Lachapelle
2015-06-12 11:45:08 -04:00
parent 6e36154b1b
commit e8acb225e4
6 changed files with 6 additions and 3 deletions
@@ -47,12 +47,9 @@
&-tile-content {
//@extend .md-tile-content; content of :
flex: 1;
padding: $baseline-grid * 2;
text-overflow: ellipsis;
.name,
.contact-email {
font-weight: $sg-font-light;
@@ -0,0 +1 @@
@import '../../../angular-material/src/components/autocomplete/autocomplete.scss';
@@ -0,0 +1 @@
@import "extends";
@@ -0,0 +1 @@
@import '../../../angular-material/src/components/gridList/gridList.scss';
@@ -0,0 +1 @@
@import "extends";