You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

45 lines
996 B

//
// Component: Dropdown
//
// ========================================================================
// Variables
// ========================================================================
$dropdown-padding: 25px !default;
$dropdown-background: $global-background !default;
//
// New
//
$dropdown-nav-font-size: $global-small-font-size !default;
$dropdown-box-shadow: 0 5px 12px rgba(0,0,0,0.15) !default;
// Component
// ========================================================================
// Nav
// ========================================================================
// @mixin hook-dropdown-nav-item(){}
// @mixin hook-dropdown-nav-item-hover(){}
// @mixin hook-dropdown-nav-header(){}
// @mixin hook-dropdown-nav-divider(){}
// Miscellaneous
// ========================================================================
// @mixin hook-dropdown-misc(){}