All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.lib.styles.tools._elevation.sass Maven / Gradle / Ivy

@use 'sass:map'
@use '../settings'

@mixin elevation($z, $important: false)
  box-shadow: map.get(settings.$shadow-key-umbra, $z), map.get(settings.$shadow-key-penumbra, $z), map.get(settings.$shadow-key-ambient, $z) if($important, !important, null)

@mixin elevationTransition($duration: 280ms, $easing: cubic-bezier(0.4, 0, 0.2, 1))
  transition: box-shadow $duration $easing




© 2015 - 2024 Weber Informatics LLC | Privacy Policy