(css) Lower the font weight of buttons in sidenav

pull/190/head
Francis Lachapelle 2016-01-27 11:19:46 -05:00
parent 5a927dfeb3
commit 7b297ed483
1 changed files with 4 additions and 2 deletions

View File

@ -1,6 +1,10 @@
/// button.scss -*- Mode: scss; indent-tabs-mode: nil; basic-offset: 2 -*-
@import 'extends';
md-sidenav md-list .md-button {
font-weight: normal;
}
.md-button.md-fab-overlap-bottom {
&.md-fab-bottom-right,
&.md-fab-bottom-left {
@ -8,8 +12,6 @@
}
}
// Buttons for the sidenav folder tree
// ------------------------------------
.view-list md-list .md-button {
// Gain some space in lists
padding-right: 0;