Skip to content

Commit

Permalink
fix: organizzazione contenuti
Browse files Browse the repository at this point in the history
  • Loading branch information
fpignatelli committed Apr 20, 2023
1 parent 9397902 commit cca2403
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 10 deletions.
13 changes: 11 additions & 2 deletions assets/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,14 @@ a {
border-left: 0px;
border-right: 0px;
border-bottom: 5px solid #e7007e;
box-shadow: 0 1px 1px rgba(0,0,0,.4);
}

@media (max-width: 991px) {
.dropdown-menu {
border-bottom: 5px solid rgba(0, 0, 0, 0);
box-shadow: none;
}
}

.container {
Expand Down Expand Up @@ -355,10 +363,11 @@ a {

.navbar {
background-color: white;
box-shadow: 0 2px 2px rgba(0,0,0,.25);
}

.nav-item {
margin-left: 40px;
margin-left: 30px;
padding-bottom: 17px;
}

Expand Down Expand Up @@ -1995,7 +2004,7 @@ a {
}

.navbar-brand img {
margin-left: 32px;
margin-left: 0px;
}

.web_app img {
Expand Down
22 changes: 14 additions & 8 deletions components/Navbar.vue
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<template>
<b-navbar class="navbar" toggleable="lg" sticky>
<b-navbar-brand href="#" to="/">
<img src="/img/common/logo_esc.png" height="40" alt="ESC" />
<img src="/img/common/logo_esc.png" height="50" alt="ESC" />
</b-navbar-brand>

<b-navbar-toggle target="nav-collapse"></b-navbar-toggle>

<b-collapse id="nav-collapse" is-nav class="topnav mr-8">
<!-- Right aligned nav items -->
<b-navbar-nav class="ml-auto">
<b-nav-item class="nav-item voce_menu" href="#" to="/">HOME</b-nav-item>
<!--<b-nav-item class="nav-item voce_menu" href="#" to="/">HOME</b-nav-item>-->
<b-nav-item-dropdown text="SERVIZI" right class="voce_menu">
<b-dropdown-item class="voce_sottomenu" to="/integrazioni-gestionali"
>INTEGRAZIONE GESTIONALI</b-dropdown-item
Expand All @@ -29,22 +29,28 @@
<!-- target="_blank"-->
<!-- >WEBINAR-->
<!-- </b-dropdown-item>-->
</b-nav-item-dropdown>

<b-nav-item-dropdown text="CASE HISTORIES" right class="voce_menu">
<b-dropdown-item class="voce_sottomenu" to="/case-histories"
>CASE HISTORIES</b-dropdown-item
>
<b-dropdown-item
class="voce_sottomenu"
href="https://covid19.esconsulting.it/"
target="_blank"
>COVID19
</b-dropdown-item>
<b-dropdown-item class="voce_sottomenu" to="/approfondimenti"
>APPROFONDIMENTI</b-dropdown-item
>
</b-nav-item-dropdown>
<b-nav-item class="nav-item voce_menu" href="#" to="/case-histories"
>CASE HISTORIES</b-nav-item

<b-nav-item class="nav-item voce_menu" href="#" to="/approfondimenti"
>APPROFONDIMENTI</b-nav-item
>

<b-nav-item class="nav-item voce_menu" href="#" to="/lavora_con_noi"
>LAVORA CON NOI</b-nav-item
><b-nav-item class="nav-item voce_menu" href="#" to="/contatti"
>
<b-nav-item class="nav-item voce_menu" href="#" to="/contatti"
>CONTATTI</b-nav-item
>
</b-navbar-nav>
Expand Down

0 comments on commit cca2403

Please sign in to comment.