Skip to content
Snippets Groups Projects
Select Git revision
  • 58f6570bc581d58110e7f95ffcefaa0e0e4ef161
  • master default
  • nodeCollections
  • v0.0.1
4 results

TopMenu.vue

Blame
  • TopMenu.vue 269 B
    <template>
    <div>
      <b-navbar toggleable="lg" type="dark" id="top-menu">
        <b-navbar-brand href="#" class="d-none d-md-block">VOSpace</b-navbar-brand>
      </b-navbar>
    </div>
    </template>
    
    <style>
    #top-menu {
      background-color: #093784;
      margin-bottom: 20px;
    }
    </style>