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

@ -24,6 +24,10 @@ $button-color: #CCCCCC !default;
}
}
.elv-transition {
@include ElevationTransition();
}
@function darken-brighten-color($color, $val) {
@if (lightness($color) > 50) {