fix dropdown-header style
This commit is contained in:
parent
901759ae16
commit
bc8315e3fe
1 changed files with 6 additions and 2 deletions
|
@ -5564,6 +5564,10 @@ footer {
|
||||||
|
|
||||||
.dropdown-menu.dropdown-menu--light > li {
|
.dropdown-menu.dropdown-menu--light > li {
|
||||||
color: hsl(202,70%,49%);
|
color: hsl(202,70%,49%);
|
||||||
|
|
||||||
|
&.dropdown-header {
|
||||||
|
color: hsl(198,19%,72%);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropdown-menu.dropdown-menu--light > li > a:hover {
|
.dropdown-menu.dropdown-menu--light > li > a:hover {
|
||||||
|
@ -5680,8 +5684,8 @@ footer {
|
||||||
}
|
}
|
||||||
|
|
||||||
li.dropdown-header {
|
li.dropdown-header {
|
||||||
line-height: 36px;
|
line-height: 34px;
|
||||||
height: 32px;
|
height: 30px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.recipientList,
|
.recipientList,
|
||||||
|
|
Loading…
Reference in a new issue