Skip to content

Commit

Permalink
WEB-393: [bugfix] adjust help-menu-content img width, colors
Browse files Browse the repository at this point in the history
  • Loading branch information
atla5 committed Aug 28, 2020
1 parent 217d04b commit 281740a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion packages/help-menu/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "primo-explore-help-menu",
"description": "Add customizable 'help-menu' to `prm-search-bookmark-filter-after`",
"version": "1.6.1",
"version": "1.6.3",
"main": "./dist/help-menu.js",
"files": [
"dist"
Expand Down
11 changes: 6 additions & 5 deletions packages/help-menu/src/help-menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -3,27 +3,28 @@
#search-help-menu-content h2 {font-weight: 500;}
#search-help-menu-content h3 {font-weight: 400;}
#search-help-menu-content img {
border: 2px solid #999999;
border: 2px solid var(--color-secondary-background-dark, #999999);
border-radius: 4px;
margin: 20px;
max-width: 95%;
margin: 10px;
padding: 10px;
}
a.helpMenu--location-button {
padding: 6px;
background-color: #22647B;
background-color: var(--color-button-background, #22647B);
border-radius: 4px;
color: #ffffff;
text-transform: uppercase;
box-shadow: 2px 2px 2px 1px rgba(0, 0, 255, .2);
}

div.helpMenu--location{
div.helpMenu--location {
padding-bottom: 10px;
}

help-menu-topbar {
--notification-indicator-display: none;
--notification-indicator-color: red;
--notification-indicator-color: var(--color-accent-red-background, red);
}

help-menu-topbar .notification-indicator {
Expand Down

0 comments on commit 281740a

Please sign in to comment.