forked from jchomaz/Vulture
Tracking de l'application VApp (IHM du jeu)
This commit is contained in:
8
VApp/node_modules/vuetify/lib/styles/tools/_elevation.sass
generated
vendored
Normal file
8
VApp/node_modules/vuetify/lib/styles/tools/_elevation.sass
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
@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
|
||||
Reference in New Issue
Block a user