Add important elevations
This commit is contained in:
@ -20,7 +20,11 @@ $button-color: #CCCCCC !default;
|
||||
|
||||
@each $dp in $elevations {
|
||||
.elv-#{$dp} {
|
||||
@include Elevation($dp);
|
||||
@include Elevation($dp, false);
|
||||
}
|
||||
|
||||
.elv-#{$dp}-imp {
|
||||
@include Elevation($dp, true);
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user