Typography auto-scroll List

This commit is contained in:
iRouge
2015-02-03 10:52:27 -05:00
committed by Francis Lachapelle
parent 36c931b596
commit 09fa2be5bd
6 changed files with 62 additions and 8 deletions
@@ -0,0 +1,8 @@
/*! _extends.scss - */
////
/// SOGo
/// Version: #{$Version}
/// Module: autoScrollList
/// Extends for autoScroll module fron ngMaterial List
////
@import '../../../angular-material/src/components/list/list.scss';
@@ -0,0 +1,7 @@
/*! _functions.scss - */
////
/// SOGo
/// Version: #{$Version}
/// Module: autoScrollList
/// Functions for autoScrollList
////
@@ -0,0 +1,31 @@
////
/// SOGo
/// Version: #{$Version}
/// Module: autoScrollList
/// Main definitions for autoScrollList
////
@import 'extends';
// The only selector for vs-repeat lists is this id, we use attributes selector to
// avoid overspecifying
// todo: create new classes and refactor templates markup
[id='messagesList'] {
md-item-content {
padding: $layout-gutter-width;
}
}
.sg-tile-content {
.sg-md-subhead-multi {
padding: 0 0 0 $layout-gutter-width;
margin: 0;
}
.sg-md-body-multi {
margin: 0;
}
a {
display: flex;
flex-direction: row;
justify-content: space-between;
flex-wrap: wrap;
}
}
@@ -0,0 +1,7 @@
/*! _functions.scss - */
////
/// SOGo
/// Version: #{$Version}
/// Module: button
/// Functions for button
////