Restore Carbasa header as active source and remove injected header styling
This commit is contained in:
@@ -2,34 +2,6 @@
|
||||
{% load agency_navigation %}
|
||||
|
||||
{% block nav %}
|
||||
<style>
|
||||
.agency-nav-dropdown .dropdown-menu {
|
||||
min-width: 16rem;
|
||||
border-radius: 1rem;
|
||||
border: 1px solid rgba(15, 23, 42, 0.08);
|
||||
box-shadow: 0 18px 48px rgba(15, 23, 42, 0.12);
|
||||
padding: 0.55rem;
|
||||
}
|
||||
|
||||
.agency-nav-dropdown .dropdown-item {
|
||||
border-radius: 0.75rem;
|
||||
font-weight: 600;
|
||||
padding: 0.65rem 0.8rem;
|
||||
}
|
||||
|
||||
.agency-nav-dropdown .dropdown-toggle::after {
|
||||
margin-left: 0.45rem;
|
||||
vertical-align: 0.15em;
|
||||
}
|
||||
|
||||
@media (min-width: 992px) {
|
||||
.agency-nav-dropdown:hover > .dropdown-menu,
|
||||
.agency-nav-dropdown:focus-within > .dropdown-menu {
|
||||
display: block;
|
||||
margin-top: 0;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
<div class="collapse navbar-collapse menu-bar page-menu-bar" id="navbarSupportedContent">
|
||||
<div class="brand-wrapper">
|
||||
{% include 'partials/brand.html' with big=True %}
|
||||
|
||||
Reference in New Issue
Block a user