From 4f89b3d2be013f53fa8a30328e509c1453e39f88 Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Mon, 18 Jan 2016 13:51:46 -0600 Subject: [PATCH] #822 fully flex the .list-group so that we can easily use a growable mdb-layout-spacer to push content to the other end --- docs/examples/dashboard/example.scss | 2 +- docs/examples/dashboard/index.html | 77 ++++++++++++++++------------ scss/_drawer.scss | 2 +- scss/_layout.scss | 5 ++ scss/_list-group.scss | 5 +- 5 files changed, 54 insertions(+), 37 deletions(-) diff --git a/docs/examples/dashboard/example.scss b/docs/examples/dashboard/example.scss index fe35ee60..48f45acc 100644 --- a/docs/examples/dashboard/example.scss +++ b/docs/examples/dashboard/example.scss @@ -83,7 +83,7 @@ a, a:hover { } } - .mdl-navigation { + .mdb-nav { flex-grow: 1; background-color: $blue-grey-800; z-index: -2; diff --git a/docs/examples/dashboard/index.html b/docs/examples/dashboard/index.html index 851a4f19..6014c931 100644 --- a/docs/examples/dashboard/index.html +++ b/docs/examples/dashboard/index.html @@ -102,41 +102,51 @@ js: example.js -