diff --git a/app/components/layer-record-views/tax-lot.js b/app/components/layer-record-views/tax-lot.js index b6b1d9b8..07c21eda 100644 --- a/app/components/layer-record-views/tax-lot.js +++ b/app/components/layer-record-views/tax-lot.js @@ -441,7 +441,7 @@ export default class TaxLotRecordComponent extends LayerRecordComponent { } get digitalTaxMapLink() { - return `http://gis.nyc.gov/taxmap/map.htm?searchType=BblSearch&featureTypeName=EVERY_BBL&featureName=${this.model.bbl}`; + return `https://propertyinformationportal.nyc.gov/parcels/${this.model.condono ? 'condo' : 'parcel'}/${this.model.bbl}`; } get zoningMapLink() { diff --git a/app/styles/layouts/_l-default.scss b/app/styles/layouts/_l-default.scss index dca1ebb7..afddf475 100644 --- a/app/styles/layouts/_l-default.scss +++ b/app/styles/layouts/_l-default.scss @@ -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; @@ -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); @@ -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; diff --git a/app/templates/components/layer-palette.hbs b/app/templates/components/layer-palette.hbs index 46719456..263b3572 100644 --- a/app/templates/components/layer-palette.hbs +++ b/app/templates/components/layer-palette.hbs @@ -134,12 +134,6 @@ @activeTooltip={{zoom-dependent-label this.layerGroups.fresh this.zoomWarningLabel this.mainMap.zoom}}> - - -

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. 

Click here to sign up.