Skip to content

Commit

Permalink
[#12] remove unused import, and tweak font-size
Browse files Browse the repository at this point in the history
  • Loading branch information
k9 committed Sep 18, 2016
1 parent b2d82a3 commit ba14552
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/components/ViewPerson.vue
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,12 @@
</template>

<script>
import { MdlButton, MdlTextfield, MdlSelect, directives } from 'vue-mdl';
import { MdlButton, MdlTextfield, directives } from 'vue-mdl';
import person from '../api/person';
export default {
components: {
MdlButton,
MdlSelect,
MdlTextfield,
},
directives,
Expand Down Expand Up @@ -107,7 +106,7 @@ figure img {
}
.full-width-select {
width: 100%;
font-size: 24px;
font-size: 20px;
margin: 3px -2px 8px;
}
</style>

0 comments on commit ba14552

Please sign in to comment.