@import "../../themes/ionic.globals.ios";
@import "../tab-button/tab-button.ios.vars";

// iOS Tab Bar
// --------------------------------------------------

/// @prop - Alpha of translucent tab bar background color
$tab-bar-ios-translucent-background-color-alpha:    .8;

/// @prop - Translucent tab bar background color
$tab-bar-ios-translucent-background-color:          rgba($background-color-rgb, $tab-bar-ios-translucent-background-color-alpha);

/// @prop - Filter of the translucent tab bar background color
$tab-bar-ios-translucent-filter:                    saturate(210%) blur(20px);