Improve look and feel of docs

This commit is contained in:
Marcos Moura 2016-09-12 02:37:20 -03:00
parent ebf3efceeb
commit 96748f0ec5
2 changed files with 5 additions and 1 deletions

View file

@ -72,6 +72,10 @@
.md-whiteframe-1dp {
margin-bottom: 16px;
}
section {
padding: 16px;
}
</style>
<script>

View file

@ -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>