Add buttons for switching JSON preview style

This commit is contained in:
2018-01-06 12:53:14 +00:00
parent 3c9bf3f322
commit a832f5614c
5 changed files with 77 additions and 4 deletions

8
app/styles/_buttons.scss Normal file
View File

@@ -0,0 +1,8 @@
div.button-group {
display: inline-block;
}
div.button-group + button,
div.button-group + div.button-group {
margin-left: 1rem;
}