Skip to content

Commit 5a73399

Browse files
author
Joseph Damiba
authored
Merge pull request #38 from plotly/covid-banner
add covid banner
2 parents 641f9b0 + 9e145cd commit 5a73399

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

_includes/layouts/_header-main.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
<div id="covid-banner">
2+
🏥 🏭 Working on the COVID-19 response in Canada? Plotly & the Canadian government can help you and your organization. <a target="_blank" href="https://chriddyp.typeform.com/to/oWAP3T">Learn more and get in touch.</a>
3+
</div>
14
<header class="header-main --default">
25
<div class="--wrap">
36
<div class="--wrap-left">

all_static/css/main.css

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9316,6 +9316,7 @@ pre, code, .hljs {
93169316
#modal-input{
93179317
background-color: #fff;
93189318
border-radius: 5px;
9319+
margin-top: 25px;
93199320
border: 1px solid lightgrey;
93209321
box-sizing: border-box;
93219322
display: block;
@@ -9565,3 +9566,15 @@ section > .nav-breadcrumb-container {
95659566
.-identity a:hover {
95669567
border-bottom: 2px solid #506784;
95679568
}
9569+
9570+
#covid-banner {
9571+
width: 100%;
9572+
min-height: 30px;
9573+
line-height: 30px;
9574+
background-color: #e4f5f2;
9575+
text-align: center;
9576+
}
9577+
9578+
#covid-banner a {
9579+
color: #f4564e;
9580+
}

0 commit comments

Comments
 (0)