mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-14 21:04:53 +00:00
Add md-grid-list and md-autocomplete components
This commit is contained in:
@@ -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";
|
||||
Reference in New Issue
Block a user