From f83eb13407fd7cde6fd52d242902f0b2959f94ca Mon Sep 17 00:00:00 2001 From: celineung Date: Tue, 22 Sep 2020 19:37:04 +0200 Subject: [PATCH] Fix organisation-nav display after rebase --- assets/scss/components/_app-navbar.scss | 94 ------------------------- assets/scss/components/_index.scss | 1 - components/NavigationSliceZone.vue | 68 ++++++++++-------- components/OrganizationNav.vue | 77 ++++++++++++++++---- store/index.js | 10 +-- 5 files changed, 107 insertions(+), 143 deletions(-) delete mode 100755 assets/scss/components/_app-navbar.scss diff --git a/assets/scss/components/_app-navbar.scss b/assets/scss/components/_app-navbar.scss deleted file mode 100755 index b56143d65..000000000 --- a/assets/scss/components/_app-navbar.scss +++ /dev/null @@ -1,94 +0,0 @@ -.nav { - .nav-switch { - display: none; - height: 30px; - background-color: $grey-3; - - @include device-is('desktop') { - display: flex; - } - - .container { - height: 30px; - display: flex; - align-items: center; - flex-flow: row; - justify-content: flex-end; - width: 1340px; - - span, - a { - font-size: 12px; - } - - a { - margin-left: 3px; - color: $grey-1; - margin-right: 18px; - - &:hover { - color: $blue-1; - } - } - - div { - &:last-child { - a { - margin-right: 0; - } - } - } - } - } - - .switch { - width: 100%; - display: flex; - justify-content: flex-end; - align-items: center; - } - - .logo { - height: 62px; - margin-right: 24px; - } - - .nav-principal { - background-color: $white; - - a:hover { - color: $blue-1; - } - - .container { - height: 90px; - display: flex; - align-items: center; - } - - .logo { - height: 62px; - margin-right: 24px; - } - - .navigation { - display: flex; - flex-flow: row; - justify-content: flex-end; - width: 100%; - align-items: center; - - .text-black { - margin-right: 24px; - - &:last-child { - margin-right: 0; - } - } - } - - .desktop { - width: 100%; - } - } -} diff --git a/assets/scss/components/_index.scss b/assets/scss/components/_index.scss index 8bc3c55ca..9ce4b82ca 100755 --- a/assets/scss/components/_index.scss +++ b/assets/scss/components/_index.scss @@ -1,3 +1,2 @@ @import "./app-header"; -@import "./app-navbar"; @import "./main-nav"; diff --git a/components/NavigationSliceZone.vue b/components/NavigationSliceZone.vue index 7f62dc9a7..10ca919ad 100644 --- a/components/NavigationSliceZone.vue +++ b/components/NavigationSliceZone.vue @@ -5,29 +5,34 @@ -