mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-21 13:31:52 +00:00
Improve logo
This commit is contained in:
parent
c0981a8775
commit
051eb7ee2c
1 changed files with 2 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<template>
|
||||
<div class="container">
|
||||
<md-sidenav class="main-sidebar md-left md-fixed" ref="main-sidebar">
|
||||
<md-toolbar v-md-theme="'white'">
|
||||
<md-toolbar class="vue-material-logo" v-md-theme="'white'">
|
||||
<router-link to="/" class="md-title">Vue Material</router-link>
|
||||
</md-toolbar>
|
||||
|
||||
|
|
@ -183,6 +183,7 @@
|
|||
}
|
||||
|
||||
.md-toolbar {
|
||||
height: 112px;
|
||||
border-bottom: 1px solid rgba(#000, .12);
|
||||
|
||||
a {
|
||||
|
|
|
|||
Loading…
Reference in a new issue