Skip to content

Commit

Permalink
Add space between icon and text within links
Browse files Browse the repository at this point in the history
  • Loading branch information
matthew-white committed Nov 2, 2018
1 parent 0f6f2ae commit baa94ae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
2 changes: 1 addition & 1 deletion lib/components/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ a:hover, a:focus {
[class^="icon-"], [class*=" icon-"] {
vertical-align: -1px;

.btn & {
.btn &, a & {
margin-right: 3px;
}
}
Expand Down
6 changes: 0 additions & 6 deletions lib/components/form/attachment/upload-files.vue
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,3 @@ export default {
}
};
</script>

<style lang="sass">
#form-attachment-upload-files a[role="button"] {
margin-left: 5px;
}
</style>

0 comments on commit baa94ae

Please sign in to comment.