Skip to content

Commit

Permalink
feat(navbar): epicmax email
Browse files Browse the repository at this point in the history
  • Loading branch information
smartapant committed Feb 13, 2018
1 parent 5d1de50 commit b777498
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/layout/navbar/Navbar.vue
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@
<a class="menu-icon i-menu-collapsed" href="#" @click.prevent="toggleSidebar(true)" v-else></a>
</div>

<div class="offset-lg-8"></div>
<div class="navbar-text offset-md-1 col-md-7 d-flex align-items-center justify-content-center">
{{'navbar.messageUs' | translate}}&nbsp;<a href="mailto:[email protected]">[email protected]</a>
</div>

<div class="col nav-item dropdown navbar-dropdown d-flex align-items-center justify-content-center" v-dropdown>
<a class="nav-link dropdown-toggle d-flex align-items-center justify-content" href="#" @click.prevent="closeMenu">
<span class="i-nav-messages notify"></span>
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,9 @@
"staticTitle": "Static Modal",
"title": "Modals"
},
"navbar": {
"messageUs": "Send us your questions or feedback to"
},
"notifications": {
"all": "See all notifications",
"sentMessage": "{name} sent you a message",
Expand Down
3 changes: 3 additions & 0 deletions src/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,9 @@
"staticTitle": "Modal Estático",
"title": "Modals"
},
"navbar": {
"messageUs": "Envíenos sus preguntas o comentarios a"
},
"notifications": {
"all": "Ver todos los notificaciones",
"sentMessage": "{name} te ha mandado un mensaje",
Expand Down
4 changes: 4 additions & 0 deletions src/sass/_override-bootstrap.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
align-items: center;
}

.navbar-text {
color: $white;
}

//Typography
h1, .h1 {
margin-bottom :2.25rem;
Expand Down

0 comments on commit b777498

Please sign in to comment.