|
@@ -1,5 +1,5 @@
|
|
<template>
|
|
<template>
|
|
- <nav class="nav">
|
|
|
|
|
|
+ <nav class="nav is-info">
|
|
<div class="nav-left">
|
|
<div class="nav-left">
|
|
<a class="nav-item is-brand" href="#" v-link="{ path: '/' }">
|
|
<a class="nav-item is-brand" href="#" v-link="{ path: '/' }">
|
|
Musare
|
|
Musare
|
|
@@ -13,7 +13,7 @@
|
|
</span>-->
|
|
</span>-->
|
|
|
|
|
|
<div class="nav-right">
|
|
<div class="nav-right">
|
|
- <a class="nav-item is-tab" href="#" v-link="{ path: '/admin' }">
|
|
|
|
|
|
+ <a class="nav-item is-tab admin" href="#" v-link="{ path: '/admin' }">
|
|
Admin
|
|
Admin
|
|
</a>
|
|
</a>
|
|
<a class="nav-item is-tab" href="#">
|
|
<a class="nav-item is-tab" href="#">
|
|
@@ -41,7 +41,7 @@
|
|
@import 'theme.scss';
|
|
@import 'theme.scss';
|
|
|
|
|
|
.nav {
|
|
.nav {
|
|
- background-color: $primary-color;
|
|
|
|
|
|
+ background-color: $grey-darker;
|
|
|
|
|
|
.is-brand {
|
|
.is-brand {
|
|
font-size: 26px !important;
|
|
font-size: 26px !important;
|
|
@@ -49,12 +49,15 @@
|
|
|
|
|
|
.nav-item {
|
|
.nav-item {
|
|
font-size: 15px;
|
|
font-size: 15px;
|
|
- color: $secondary-color;
|
|
|
|
|
|
+ color: $white;
|
|
|
|
|
|
&:hover {
|
|
&:hover {
|
|
- color: $secondary-color;
|
|
|
|
|
|
+ color: $white;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .admin {
|
|
|
|
+ color: $blue;
|
|
|
|
+ }
|
|
}
|
|
}
|
|
.grouped {
|
|
.grouped {
|
|
margin: 0;
|
|
margin: 0;
|