General improvements

This commit is contained in:
Marcos Moura 2016-09-08 02:39:13 -03:00
parent 211223dfe9
commit a88e685167
3 changed files with 5 additions and 3 deletions

View file

@ -49,6 +49,7 @@
.md-select-value {
width: 100%;
height: 100%;
padding-right: 24px;
display: flex;
align-items: center;
cursor: pointer;

View file

@ -19,7 +19,7 @@
</div>
<div v-md-theme="'teal'">
<md-checkbox id="my-test4" name="my-test4">Really simple</md-checkbox>
<md-checkbox id="my-test4" name="my-test4" v-model="checkbox2">Really simple</md-checkbox>
</div>
<div v-md-theme="'teal'">
@ -40,7 +40,8 @@
export default {
data() {
return {
checkbox: true
checkbox: true,
checkbox2: false
};
}
};

View file

@ -70,7 +70,7 @@
</div>
</div>
<div v-md-theme="'bottom-bar'">
<div v-md-theme="'teal'">
<div class="cell-phone scrollable">
<md-toolbar>
<h2 class="md-title">Normal - Triple Line</h2>