Adjust z-indexes and box-shadows

This commit is contained in:
iRouge
2015-02-03 21:22:12 -05:00
committed by Francis Lachapelle
parent 174b6f365b
commit e7b7e9cefe
9 changed files with 60 additions and 8 deletions
@@ -12,4 +12,20 @@
[id = "messagesList"] .sg-md-subheader {
width: 390px; // todo : convert this in grid-pitch
transform: translateY(-100%); // Compensate the container top-margin
}
.sg-md-subheader {
font-size: $sg-font-size-2;
font-weight: $sg-font-medium;
}
.sg-md-subheader > * {
font-size: inherit;
font-weight: inherit;
}
.sg-md-subheader.sg-avatar {
&-left {
padding-left: $sg-md-grid-pitch + $baseline-grid;
}
&-right {
padding-left: $baseline-grid * 2;
}
}