From 241a9a450204317676d9cd4bfc13e9c3172db73b Mon Sep 17 00:00:00 2001 From: Yvonne Yip Date: Tue, 28 Apr 2015 17:59:08 -0700 Subject: [PATCH 1/2] =?UTF-8?q?update=20shadow=20values.=20now=20with=20?= =?UTF-8?q?=E2=88=9E=20more=20umbra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- demo/index.html | 43 +++++++++++++++++++++++++++++++- paper-styles.html | 1 + shadow.html | 63 ++++++++++++++++++++++++++++++++++++++++------- 3 files changed, 97 insertions(+), 10 deletions(-) diff --git a/demo/index.html b/demo/index.html index c35af0b..8e7b92e 100644 --- a/demo/index.html +++ b/demo/index.html @@ -146,6 +146,38 @@ mixin(--paper-font-display1); } + .shadow { + display: inline-block; + padding: 8px; + margin: 16px; + height: 50px; + width: 50px; + } + + .shadow-2dp { + mixin(--shadow-elevation-2dp); + } + + .shadow-3dp { + mixin(--shadow-elevation-3dp); + } + + .shadow-4dp { + mixin(--shadow-elevation-4dp); + } + + .shadow-6dp { + mixin(--shadow-elevation-6dp); + } + + .shadow-8dp { + mixin(--shadow-elevation-8dp); + } + + .shadow-16dp { + mixin(--shadow-elevation-16dp); + } +