From a74bdccf2ba4fd0e286260f43f9c7464537c1ebe Mon Sep 17 00:00:00 2001 From: Kevin Ross Date: Mon, 9 Nov 2015 13:32:46 -0600 Subject: [PATCH] introduced a new range of @md-input-* variables to get the sizing to the material spec without altering the font-size-base (which would affect absolutely everything). Still some work to be done to differentiate the different densities properly. --- bootstrap-elements.html | 310 ++++++++++++---------- dist/css/material-fullpalette.css | 215 ++++++++++++--- dist/css/material-fullpalette.css.map | 2 +- dist/css/material-fullpalette.min.css | 2 +- dist/css/material-fullpalette.min.css.map | 2 +- dist/css/material.css | 215 ++++++++++++--- dist/css/material.css.map | 2 +- dist/css/material.min.css | 2 +- dist/css/material.min.css.map | 2 +- index.html | 94 ++++--- less/_inputs-size.less | 213 +++++++++++++++ less/_inputs.less | 67 +++-- less/_variables.less | 62 ++++- 13 files changed, 889 insertions(+), 299 deletions(-) create mode 100644 less/_inputs-size.less diff --git a/bootstrap-elements.html b/bootstrap-elements.html index 9ad8963a..8b81211a 100644 --- a/bootstrap-elements.html +++ b/bootstrap-elements.html @@ -3,8 +3,10 @@ + + Bootstrap Material - + @@ -246,12 +248,12 @@