Skip to content

Commit

Permalink
Merge 6d7c941 into 923dd69
Browse files Browse the repository at this point in the history
  • Loading branch information
kaushal-malpure committed Oct 25, 2023
2 parents 923dd69 + 6d7c941 commit 224607c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions djangoproject/scss/_style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -866,6 +866,14 @@ blockquote {
}
}

.banner{
background-color: $green-dark;
color: $white;
text-align: center;
padding: 1em 3em;
margin: 0 auto;
}

[role="alert"] {
//Announcement banner above the footer.
clear: both;
Expand Down
4 changes: 2 additions & 2 deletions djangoproject/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
</div>
</div>
<div id="billboard">{% block billboard %}
<div class="copy-banner" style="background: #44B78B;text-align:center;padding: 1em 3em;">
<div class="container">
<div class="banner">
<div class="billBoard">
<h1>Please take a few minutes to complete the
<a href="https://surveys.jetbrains.com/s3/django-developers-survey-2023" style="font-weight: bold;">Django Developers Survey 2023</a>.<br>Your feedback will help guide future efforts.
</h1>
Expand Down

0 comments on commit 224607c

Please sign in to comment.