mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 12:09:26 +00:00
Add --dropdown-line-height and set alignment
This commit is contained in:
@@ -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);
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user