mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-05-19 10:25:27 +00:00
(css) Fix subheader margin
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user