$actionsheet-background: white; $actionsheet-border-color: #ccc; $actionsheet-animate: transform opacity; $actionsheet-animation-speed: 0.25s; $actionsheet-width: 300px; $actionsheet-radius: 4px; $actionsheet-shadow: 0 -3px 10px rgba(black, 0.25); $actionsheet-padding: $global-padding; $actionsheet-tail-size: 10px; $actionsheet-popup-shadow: 0 0 10px rgba(black, 0.25); $actionsheet-link-color: #000; $actionsheet-link-background-hover: smartscale($actionsheet-background);