Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions web/app/components/document/sidebar/migration-banner.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@
<strong>Important Notice:</strong> Hermes has been migrated to SharePoint.
<br><br>
<strong>Read-Only Mode:</strong>Please do not update any existing Hermes documents.
<br><br>
Access New Hermes: <a href="https://hermes-sharepoint.hashicorp.services" target="_blank" rel="noopener noreferrer" class="sidebar-migration-link">here</a>
<br>
FAQ: <a href="https://ibm.sharepoint.com/:w:/r/sites/hermes/_layouts/15/Doc.aspx?sourcedoc=%7B85D502DB-35E8-4239-A891-C77D7EC3A4D3%7D&file=Hermes_Support_Documentation.docx&action=default&mobileredirect=true" target="_blank" rel="noopener noreferrer" class="sidebar-migration-link">here</a>
</A.Title>
</Hds::Alert>
{{/if}}
11 changes: 11 additions & 0 deletions web/app/styles/components/sidebar.scss
Original file line number Diff line number Diff line change
Expand Up @@ -202,6 +202,17 @@
margin-bottom: 6px;
}
}

.sidebar-migration-link {
color: #2563eb !important;
text-decoration: underline !important;
font-weight: 500 !important;

&:hover {
color: #1d4ed8 !important;
text-decoration: underline !important;
}
}
}

@keyframes sidebarPulseRed {
Expand Down