Skip to content

Commit

Permalink
fix(forms): align checkboxes and radios
Browse files Browse the repository at this point in the history
  • Loading branch information
smartapant committed Mar 13, 2018
1 parent 4c36fb3 commit edd30fe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/components/forms/form-elements/FormElements.vue
Original file line number Diff line number Diff line change
Expand Up @@ -329,11 +329,6 @@
</script>

<style lang="scss">
.abc-checkbox, .abc-radio {
display: flex !important;
justify-content: flex-start;
}
input[type=checkbox]:disabled + label, input[type=radio]:disabled + label,
input[type=checkbox]:disabled, input[type=radio]:disabled {
cursor: not-allowed;
Expand Down
2 changes: 1 addition & 1 deletion src/sass/_override-custom-libs.scss
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
&::after {
width: 10px;
height: 10px;
top: 7.5px;
top: 7.8px;
left: 6px;
}
}
Expand Down

0 comments on commit edd30fe

Please sign in to comment.