diff --git a/src/app/applications/details-panel/details-panel.component.html b/src/app/applications/details-panel/details-panel.component.html
index 0812fab1..9b2f741a 100644
--- a/src/app/applications/details-panel/details-panel.component.html
+++ b/src/app/applications/details-panel/details-panel.component.html
@@ -34,7 +34,7 @@
Crown Land File: #{{(application && application['clFile
{{application.appStatus}}
-
+
This application will be available on this site until {{application['retireDate'] | date:'longDate'}}.
It will continue to be available on
GATOR.
@@ -144,4 +144,4 @@
Legal Description
-
\ No newline at end of file
+
diff --git a/src/app/applications/details-panel/details-panel.component.scss b/src/app/applications/details-panel/details-panel.component.scss
index 0e6f78b2..e85ef175 100644
--- a/src/app/applications/details-panel/details-panel.component.scss
+++ b/src/app/applications/details-panel/details-panel.component.scss
@@ -44,7 +44,7 @@ section {
background: #fff;
}
-.applicant-name,
+.applicant-name,
.application-purpose {
letter-spacing: -0.02rem;
line-height: 1.5rem;
@@ -79,6 +79,17 @@ section {
.status-msg {
margin-top: 0.6rem;
+
+ &.status-highlight {
+ position: relative;
+ padding: 0 0.25rem;
+ margin-bottom: 0;
+ border: 1px solid transparent;
+ border-radius: .25rem;
+ color: #004085;
+ background-color: #cce5ff;
+ border-color: #b8daff;
+ }
}
.commenting-open {
@@ -173,4 +184,4 @@ section {
.shapefile-list__id {
margin-bottom: 0.5rem;
-}
\ No newline at end of file
+}