-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
update shadow values. now with ∞ more umbra #10
Conversation
--shadow-elevation-1: { | ||
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.37); | ||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you do this?
mixin(--shadow-elevation-2dp);
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Cannot right now due to Polymer/polymer#1399 :(
Needs more umbra. lgtm |
FYI, I will also open PR's to elements using shadows to switch to the |
--shadow-elevation-2dp: { | ||
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), | ||
0 1px 5px 0 rgba(0, 0, 0, 0.12), | ||
0 3px 1px -2px rgba(0, 0, 0, 0.2); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Lol, the dp
is such a lie!
LGTM |
update shadow values. now with ∞ more umbra
@shyndman @cdata @notwaldorf @nevir PTAL