Skip to content

Commit

Permalink
Style output formats inputs. #76
Browse files Browse the repository at this point in the history
  • Loading branch information
kimisgold committed Dec 3, 2024
1 parent d25e705 commit b9bf4d8
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion asset/css/default.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asset/css/inkwell.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asset/css/revolution.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion asset/css/seafoam.css

Large diffs are not rendered by default.

13 changes: 12 additions & 1 deletion asset/scss/_omeka.scss
Original file line number Diff line number Diff line change
Expand Up @@ -1817,5 +1817,16 @@ body.full-width .top-bar.sub-menu {
// Output Formats

.output-formats-button {
@include button();
@include button();
}

.output-formats-select {
height: auto;
margin-bottom: $global-margin;
}

.output-formats-selector .value {
display: flex;
flex-wrap: wrap;
align-items: stretch;
}

0 comments on commit b9bf4d8

Please sign in to comment.