@import "../../themes/native/native.globals.md";

// Material Design Modals
// --------------------------------------------------

/// @prop - Box shadow color of the alert
$modal-inset-box-shadow-color: rgba(0, 0, 0, 0.4);

/// @prop - Box shadow of the alert
$modal-inset-box-shadow: 0 28px 48px $modal-inset-box-shadow-color;
