aboutsummaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
Diffstat (limited to 'web')
-rw-r--r--web/cobrands/sass/_base.scss20
1 files changed, 20 insertions, 0 deletions
diff --git a/web/cobrands/sass/_base.scss b/web/cobrands/sass/_base.scss
index 2a2a40a16..79ed91d97 100644
--- a/web/cobrands/sass/_base.scss
+++ b/web/cobrands/sass/_base.scss
@@ -1575,6 +1575,26 @@ table.nicetable {
}
}
+.alerts__nearby-activity {
+ background-color: #f6f6f6;
+ margin: 1em -1em;
+ padding: 1em;
+
+ & > :first-child {
+ margin-top: 0;
+ }
+}
+
+.alerts__nearby-activity__photos {
+ white-space: nowrap;
+ overflow: hidden;
+
+ a {
+ margin-right: 0.5em;
+ text-decoration: none; // avoid underline showing between images
+ }
+}
+
.confirmation-header {
padding: 140px 0 2em;
text-align: center;