Add --dropdown-line-height and set alignment

This commit is contained in:
Cory LaViska
2017-09-01 12:33:17 -04:00
parent 1a999d1e9d
commit 31c72be21c
2 changed files with 3 additions and 0 deletions

View File

@@ -29,8 +29,10 @@
min-width: var(--dropdown-min-width);
max-width: var(--dropdown-max-width);
max-height: var(--dropdown-max-height);
line-height: var(--dropdown-line-height);
font-size: var(--dropdown-font-size);
font-weight: var(--dropdown-font-weight);
text-align: left;
background-color: var(--dropdown-bg-color);
border: solid var(--dropdown-border-width) var(--dropdown-border-color);
border-radius: var(--dropdown-border-radius);

View File

@@ -280,6 +280,7 @@
--dropdown-bg-color: var(--color-white);
--dropdown-bg-color-hover: var(--state-primary);
--dropdown-box-shadow: var(--component-box-shadow-outer);
--dropdown-line-height: var(--line-height);
--dropdown-padding-x: 1rem;
--dropdown-padding-y: .25rem;
--dropdown-offset-x: 0;