Skip to content

Commit

Permalink
Minor
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Apr 5, 2018
1 parent c49d2e8 commit 63581e9
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
1 change: 1 addition & 0 deletions src/components/ui/icons/Set.vue
Original file line number Diff line number Diff line change
Expand Up @@ -193,6 +193,7 @@
margin: 0 0 .5rem;
padding-right: .625rem;
padding-left: .625rem;
padding-top: 1.25rem;
text-align: center;
&:hover {
Expand Down
7 changes: 2 additions & 5 deletions src/components/ui/tree-view/TreeViewEditablePreview.vue
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@
<vuestic-tree-node v-for="electronic in electronics" :key="electronic.id">
<div class="form-group">
<div class="input-group">
<input id="simple-input" required="required"
v-model="electronic.name">
<label for="simple-input" class="control-label">Electronic</label>
<input v-model="electronic.name">
<i class="bar"></i>
</div>
</div>
Expand All @@ -18,8 +16,7 @@
<vuestic-tree-node v-for="product in products" :key="product.id">
<div class="form-group">
<div class="input-group">
<input id="simple-input" required="required" v-model="product.name">
<label for="simple-input" class="control-label">Product</label>
<input v-model="product.name">
<i class="bar"></i>
</div>
</div>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,17 @@
margin-right: 0.75rem;
}
&__icon {
display: flex;
justify-content: center;
align-items: center;
margin-right: 0.375rem;
}
&__icon-right {
display: flex;
justify-content: center;
align-items: center;
margin-right: 0.375rem;
}
&__label {
Expand Down

0 comments on commit 63581e9

Please sign in to comment.