diff options
| author | eeng5 <eleanor_eng@brown.edu> | 2019-10-01 18:52:53 -0400 |
|---|---|---|
| committer | eeng5 <eleanor_eng@brown.edu> | 2019-10-01 18:52:53 -0400 |
| commit | 2b26a9e8b718fb595a0f40914741e4f7d7c19d14 (patch) | |
| tree | d0d62cc8281445030ab6b5cf74b48235d0b64f20 /src/client/views/collections/CollectionStackingView.scss | |
| parent | 16e511e35ecbe6166ced813d27884b367f6c6fbb (diff) | |
UI changes: 3 buttons, bar, menu w/ alias
Diffstat (limited to 'src/client/views/collections/CollectionStackingView.scss')
| -rw-r--r-- | src/client/views/collections/CollectionStackingView.scss | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionStackingView.scss b/src/client/views/collections/CollectionStackingView.scss index d3deff9f1..818db1669 100644 --- a/src/client/views/collections/CollectionStackingView.scss +++ b/src/client/views/collections/CollectionStackingView.scss @@ -102,12 +102,20 @@ margin: auto; } + .collectionStackingView-collapseBar { + margin-left: 2px; + margin-right: 2px; + margin-top: 2px; + background: $main-accent; + height: 5px; + } + .collectionStackingView-sectionHeader { text-align: center; margin-left: 2px; margin-right: 2px; margin-top: 10px; - background: gray; + background: $main-accent; // overflow: hidden; overflow is visible so the color menu isn't hidden -ftong .editableView-input { |
