Fixing some bugs

This commit is contained in:
Fabian
2019-07-03 23:11:31 +02:00
parent 0161220d5a
commit 68284de6bf
3 changed files with 6 additions and 7 deletions

View File

@ -5,7 +5,7 @@ $on-background: white;
$disabled-brightness: 1.1;
@mixin Elevation ($dp) {
background: lighten($background, floor(($dp + 3) * 1%));
background: lighten($background, 10% + floor($dp * .7%));
z-index: $dp;
}