Skip to content

Commit

Permalink
Merge pull request #1172 from NYCPlanning/remove-signup-banner
Browse files Browse the repository at this point in the history
Remove signup banner and scss
  • Loading branch information
TylerMatteo authored Jan 5, 2024
2 parents 191083e + 05d715c commit e6705f4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 33 deletions.
34 changes: 2 additions & 32 deletions app/styles/layouts/_l-default.scss
Original file line number Diff line number Diff line change
Expand Up @@ -15,36 +15,6 @@ body {
}
}

.info-banner {
background-color: #2C7A7B;
color: white;
text-align: center;
position: relative;
z-index: 2;
width: 100%;
display: flex;
align-items: center;
justify-content: center;
font-family: $body-font-family;
flex-direction: column;
padding: 1rem;

@include breakpoint(large) {
flex-direction: row;
}

p {
margin-bottom: 0;
}

a {
color: white;
display: block;
font-family: $body-font-family;
text-decoration: underline;
}
}

.site-header {
position: relative;
z-index: 2;
Expand Down Expand Up @@ -75,7 +45,7 @@ body {

@include breakpoint(large) {
position: fixed;
top: 8.25rem;
top: 4.75rem;
left: 0;
width: 15rem;
box-shadow: 0 2px 0 rgba(0,0,0,0.1), 2px 0 0 rgba(0,0,0,0.1);
Expand Down Expand Up @@ -231,7 +201,7 @@ body.index {
display: block;
position: fixed;
z-index: 3;
top: 8.75rem;
top: 5.25rem;
right: 41.66667%;
background-color: $white;
margin-right: -4px;
Expand Down
1 change: 0 additions & 1 deletion app/templates/components/main-header.hbs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<div class="info-banner"><p>In an effort to better serve the needs of users like you, we'd like to hear from you about how we can improve services like this site.&nbsp;</p><a href="https://cdn.forms-content.sg-form.com/bedbc62d-92b2-11ee-8914-aef1bb5f47ec" target="_blank">Click here to sign up.</a></div>
<Deprecated::SiteHeader
@responsiveNav={{true}}
@betaNotice={{false}}
Expand Down

0 comments on commit e6705f4

Please sign in to comment.