Add initial translations, images, templates, and CSS for Leo Bootstrap Menu module

This commit is contained in:
2025-01-15 23:39:34 +01:00
parent b789889ba8
commit e5f2620da3
135 changed files with 21475 additions and 1 deletions

View File

@@ -2298,4 +2298,60 @@ body#authentication section#main #content .register-form form footer.form-footer
#content-wrapper a[target=raty_procedura] {
display: none !important;
}
.leo-megamenu {
margin-bottom: 0;
}
.leo-megamenu .dropdown-menu {
background: #F9F7F2;
border: 1px solid rgba(17, 14, 12, 0.1019607843);
}
.leo-megamenu .dropdown-menu a:hover {
color: #E79332 !important;
text-decoration: underline;
}
.leo-top-menu .nav {
display: flex;
align-items: center;
width: 100%;
}
.leo-top-menu .nav > li {
position: relative;
padding: 0 25px;
}
.leo-top-menu .nav > li:first-child {
padding-left: 0;
}
.leo-top-menu .nav > li::after {
display: block;
width: 1px;
height: 14px;
background: rgba(17, 14, 12, 0.1019607843);
position: absolute;
right: 0;
top: 50%;
margin-top: -7px;
content: "";
}
.leo-top-menu .nav > li > a {
text-transform: uppercase;
}
.leo-top-menu .nav a {
font-family: "Inter", sans-serif;
font-size: 14px;
font-weight: 500;
}
.leo-top-menu .nav a:hover {
color: #E79332;
}
.leo-top-menu .nav a:hover span {
color: #E79332;
}
.leo-top-menu .nav a::after {
display: none !important;
}
.leo-top-menu .nav a span {
text-transform: uppercase;
}/*# sourceMappingURL=custom.css.map */