Typograpy : Messages list subheader

This commit is contained in:
iRouge
2015-06-11 15:57:18 -04:00
committed by Francis Lachapelle
parent 08a76aef97
commit 174b6f365b
5 changed files with 29 additions and 4 deletions
@@ -1 +1,15 @@
@import 'extends';
@import 'extends';
.sg-md-subheader {
padding: $baseline-grid $baseline-grid $baseline-grid $layout-gutter-width;
position: fixed;
background-color: rgb(247,241,220); // default theme background
z-index: 58;
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26);
}
// WIdth for message list
// ----------------------------------------------------------------------------
[id = "messagesList"] .sg-md-subheader {
width: 390px; // todo : convert this in grid-pitch
transform: translateY(-100%); // Compensate the container top-margin
}