Add buttons for switching JSON preview style
This commit is contained in:
8
app/styles/_buttons.scss
Normal file
8
app/styles/_buttons.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
div.button-group {
|
||||
display: inline-block;
|
||||
}
|
||||
|
||||
div.button-group + button,
|
||||
div.button-group + div.button-group {
|
||||
margin-left: 1rem;
|
||||
}
|
||||
@@ -16,9 +16,11 @@ body {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
@import "buttons";
|
||||
|
||||
@import "components/account-info";
|
||||
@import "components/breadcrumb-nav";
|
||||
@import "components/categories-nav";
|
||||
@import "components/directory-listing";
|
||||
@import "components/item-icon";
|
||||
@import "components/file-preview";
|
||||
@import "components/item-icon";
|
||||
|
||||
Reference in New Issue
Block a user