mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
un-nest .dropdown-divider
This commit is contained in:
parent
9a243f2b66
commit
1d222a596e
1 changed files with 4 additions and 4 deletions
|
|
@ -48,11 +48,11 @@
|
|||
border: 1px solid $dropdown-border;
|
||||
@include border-radius($border-radius);
|
||||
@include box-shadow(0 6px 12px rgba(0,0,0,.175));
|
||||
}
|
||||
|
||||
// Dividers (basically an hr) within the dropdown
|
||||
.dropdown-divider {
|
||||
@include nav-divider($dropdown-divider-bg);
|
||||
}
|
||||
// Dividers (basically an hr) within the dropdown
|
||||
.dropdown-divider {
|
||||
@include nav-divider($dropdown-divider-bg);
|
||||
}
|
||||
|
||||
// Links, buttons, and more within the dropdown menu
|
||||
|
|
|
|||
Loading…
Reference in a new issue