Add elevation transition class elv-transition

This commit is contained in:
Fabian
2019-07-27 16:29:27 +02:00
parent efd539f456
commit fb02af582b
5 changed files with 28 additions and 2 deletions

View File

@ -54,4 +54,8 @@ $disabled-brightness: .9;
z-index: $dp;
}
@mixin ElevationTransition() {
transition: box-shadow .5s;
}
@import "./_maketheme.scss";