dropdown style changed to match landing page style
This commit is contained in:
parent
65ac2df002
commit
8daf260748
1 changed files with 6 additions and 2 deletions
|
@ -85,10 +85,14 @@ h6 {
|
||||||
left: 0 !important;
|
left: 0 !important;
|
||||||
min-width: 155px;
|
min-width: 155px;
|
||||||
margin-left: 15px;
|
margin-left: 15px;
|
||||||
border: 1px solid #fff;
|
|
||||||
box-shadow: -8px 13px 31px -8px rgba(77, 77, 77, 0.75);
|
|
||||||
padding: 5px !important;
|
padding: 5px !important;
|
||||||
}
|
}
|
||||||
|
@media(min-width: 768px) {
|
||||||
|
.navbar-right .highlights-dropdown .dropdown-menu {
|
||||||
|
border: 1px solid #fff;
|
||||||
|
box-shadow: -8px 13px 31px -8px rgba(77, 77, 77, 0.75);
|
||||||
|
}
|
||||||
|
}
|
||||||
.navbar-right .highlights-dropdown .dropdown-menu > li > a{
|
.navbar-right .highlights-dropdown .dropdown-menu > li > a{
|
||||||
font-size: 13px;
|
font-size: 13px;
|
||||||
font-weight: 300;
|
font-weight: 300;
|
||||||
|
|
Loading…
Reference in a new issue