.dropdown-menu: Swap color and font-size property order to make SCSS Lint happy

This commit is contained in:
Chris Rebert 2015-11-13 00:21:43 -08:00
parent 2315bc6052
commit 6d591edcb7
1 changed files with 1 additions and 1 deletions

View File

@ -45,8 +45,8 @@
min-width: 160px;
padding: 5px 0;
margin: 2px 0 0; // override default ul
color: $body-color;
font-size: $font-size-base;
color: $body-color;
text-align: left; // Ensures proper alignment if parent has it changed (e.g., modal footer)
list-style: none;
background-color: $dropdown-bg;