Skip to content

Commit

Permalink
fix(component): dropdown items
Browse files Browse the repository at this point in the history
font bold
40px height
  • Loading branch information
ygatesoupe committed Sep 30, 2016
1 parent f0aa384 commit d45bb04
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scss/_custom.scss
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ $dropdown-link-active-bg: #000;

$dropdown-link-disabled-color: $gray;

$dropdown-item-padding-x: $spacer-x;
$dropdown-item-padding-x: .625rem;

$dropdown-header-color: #000;

Expand Down
2 changes: 1 addition & 1 deletion scss/_dropdown.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
.dropdown-item {
display: block;
width: 100%; // For `<button>`s
padding: 3px $dropdown-item-padding-x;
padding: $dropdown-item-padding-x $dropdown-item-padding-x; // boosted mod
clear: both;
font-weight: normal;
color: $dropdown-link-color;
Expand Down
9 changes: 9 additions & 0 deletions scss/_orange-css.scss
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,15 @@ a:focus {
outline: dotted 1px #000;
}

//
// dropdown
//

.dropdown-item {
font-weight: bold;
padding-left: 1.25rem;
}

//
// Progress bar
//
Expand Down

0 comments on commit d45bb04

Please sign in to comment.