mirror of
https://github.com/twbs/bootstrap.git
synced 2025-02-19 16:54:24 +01:00
Extract $dropdown-box-shadow variable
This commit is contained in:
parent
a5b41e7254
commit
58f7e602ae
@ -53,7 +53,7 @@
|
|||||||
background-clip: padding-box;
|
background-clip: padding-box;
|
||||||
border: $dropdown-border-width solid $dropdown-border-color;
|
border: $dropdown-border-width solid $dropdown-border-color;
|
||||||
@include border-radius($border-radius);
|
@include border-radius($border-radius);
|
||||||
@include box-shadow(0 6px 12px rgba(0,0,0,.175));
|
@include box-shadow($dropdown-box-shadow);
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dividers (basically an `<hr>`) within the dropdown
|
// Dividers (basically an `<hr>`) within the dropdown
|
||||||
|
@ -343,6 +343,7 @@ $dropdown-bg: #fff !default;
|
|||||||
$dropdown-border-color: rgba(0,0,0,.15) !default;
|
$dropdown-border-color: rgba(0,0,0,.15) !default;
|
||||||
$dropdown-border-width: $border-width !default;
|
$dropdown-border-width: $border-width !default;
|
||||||
$dropdown-divider-bg: #e5e5e5 !default;
|
$dropdown-divider-bg: #e5e5e5 !default;
|
||||||
|
$dropdown-box-shadow: 0 6px 12px rgba(0,0,0,.175) !default;
|
||||||
|
|
||||||
$dropdown-link-color: $gray-dark !default;
|
$dropdown-link-color: $gray-dark !default;
|
||||||
$dropdown-link-hover-color: darken($gray-dark, 5%) !default;
|
$dropdown-link-hover-color: darken($gray-dark, 5%) !default;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user