////
/// @group schemas
/// @access private
/// @author <a href="https://github.com/simeonoff" target="_blank">Simeon Simeonoff</a>
////
$_default-elevation-card: (
    resting-elevation: 2,
    hover-elevation: 8
);

$_fluent-elevation-card: (
    resting-elevation: 0,
    hover-elevation: 0
);

