aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStruan Donald <struan@exo.org.uk>2019-09-18 16:58:44 +0100
committerStruan Donald <struan@exo.org.uk>2019-09-27 17:43:38 +0100
commit27e446aff577e08ce5ebab3e77eeebc1cee81fce (patch)
tree8d492b96a8ab4421147deefb1e479de9acd0a4b4
parent6cf49a021b7e06816c386accd98cbcf9c17771d1 (diff)
[IsleOfWight] highlight asset details when selected
Make it a bit more obvious that something has been selected.
-rw-r--r--web/cobrands/isleofwight/layout.scss6
1 files changed, 6 insertions, 0 deletions
diff --git a/web/cobrands/isleofwight/layout.scss b/web/cobrands/isleofwight/layout.scss
index e3d362969..924092a86 100644
--- a/web/cobrands/isleofwight/layout.scss
+++ b/web/cobrands/isleofwight/layout.scss
@@ -18,3 +18,9 @@ body.twothirdswidthpage .content .sticky-sidebar aside {
box-sizing: border-box;
border-bottom: solid 5px $cyan;
}
+
+.meta-highlight {
+ margin: 1em -1em;
+ padding: 2em 2em;
+ background-color: mix(#fff, $primary, 70%);
+}