Merge pull request #2038 from google/hotfix/drawer-nav

Update typography of navigation links.
master
Surma 2016-01-04 11:40:05 +00:00
commit d05739693d
2 changed files with 1 additions and 4 deletions

View File

@ -370,8 +370,6 @@ $list-container-item-height: 70px !default;
/* LAYOUT */
$layout-nav-link-font-size: 13px !default;
$layout-drawer-narrow: 240px !default;
$layout-drawer-wide: 456px !default;
$layout-drawer-width: $layout-drawer-narrow !default;

View File

@ -28,9 +28,8 @@
.mdl-navigation__link {
color: $layout-text-color;
text-decoration: none;
font-weight: 500;
font-size: $layout-nav-link-font-size;
margin: 0;
@include typo-body-1(true);
// Align icons inside link with text
& .material-icons {