@import "../../themes/ionic.globals.ios";

// iOS Tabs
// --------------------------------------------------

/// @prop - Height of the tabbar
$tabbar-ios-height:               50px !default;

/// @prop - Border on the tabbar (border-top when [tabsPlacement=bottom] and border-bottom when [tabsPlacement=top])
$tabbar-ios-border:               $hairlines-width solid $tabbar-ios-border-color !default;

/// @prop - Filter of the translucent tabbar
$tabbar-ios-translucent-filter:   saturate(210%) blur(20px) !default;
