Skip to content

Commit

Permalink
[F] padding buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
LS-KR committed Nov 12, 2023
1 parent 4ad11a3 commit e6aaf83
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions src/components/JSONTable.vue
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,9 @@ export default class JSONTable extends Vue {
width: 150px
margin-right: 0
margin-left: 40px
margin-top: 10px
margin-bottom: 10px
padding-bottom: 10px
.button1
display: inline-flex
Expand All @@ -158,6 +160,8 @@ export default class JSONTable extends Vue {
border-radius: 5px
border-style: none
font-size: large
margin-top: 5px
margin-bottom: 5px
.button1:hover
background-color: #2642b1
Expand All @@ -177,6 +181,8 @@ export default class JSONTable extends Vue {
border-radius: 5px
border-style: none
font-size: large
margin-top: 5px
margin-bottom: 5px
.button2:hover
background-color: #AA0000
Expand Down
2 changes: 1 addition & 1 deletion src/json/user.json

Large diffs are not rendered by default.

0 comments on commit e6aaf83

Please sign in to comment.