mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-22 05:51:52 +00:00
Improve look and feel of docs
This commit is contained in:
parent
ebf3efceeb
commit
96748f0ec5
2 changed files with 5 additions and 1 deletions
|
|
@ -72,6 +72,10 @@
|
|||
.md-whiteframe-1dp {
|
||||
margin-bottom: 16px;
|
||||
}
|
||||
|
||||
section {
|
||||
padding: 16px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script>
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
</md-toolbar>
|
||||
</md-whiteframe>
|
||||
|
||||
<div class="main-content">
|
||||
<div class="main-content" v-md-theme="'indigo'">
|
||||
<h2 class="title">Buttons</h2>
|
||||
|
||||
<md-button @click="disablePrimaryButton">Button</md-button>
|
||||
|
|
|
|||
Loading…
Reference in a new issue