mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 02:15:36 +00:00
Typography auto-scroll List
This commit is contained in:
committed by
Francis Lachapelle
parent
36c931b596
commit
09fa2be5bd
@@ -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
|
||||
////
|
||||
Reference in New Issue
Block a user