(css) Fix subheader margin

feature/saveSortContacts
Francis Lachapelle 2015-08-07 11:18:40 -04:00
parent 52559087b3
commit 655a499cd4
1 changed files with 6 additions and 1 deletions

View File

@ -1,6 +1,11 @@
/// subheader.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
// Temporary patch until mdsubheaders are faster in Chrome
.md-subheader {
margin-right: 0;
}
.md-subheader {
.md-subheader-inner {
padding: 0 0 0 $layout-gutter-width;
@ -24,7 +29,7 @@
}
}
.sg-md-subheader {
md-list .md-subheader.sg-md-subheader {
font-weight: $sg-font-medium;
font-size: $sg-font-size-2;
}