Skip to content

Commit

Permalink
Override bootstrap default font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierluigi Cau committed Feb 19, 2016
1 parent e058c33 commit 33d7622
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/css/components/dropdown.less
Expand Up @@ -2,6 +2,11 @@
* Dropdown
* ==============
*/

.dropdown-header {
font-size: @base-font-size; /* Bootstrap override */
}

.dropdown {
margin: 0 0 @base-spacing-unit*2 0;

Expand Down

0 comments on commit 33d7622

Please sign in to comment.