diff options
author | Zarino Zappia <mail@zarino.co.uk> | 2018-12-10 18:37:05 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-12-13 16:00:36 +0000 |
commit | 760629b7d648e1abd4ae855ee0308d1e3151dc24 (patch) | |
tree | 76a7136c4ac588d7af9c4d4d7d6ade98531c7fd5 /docs | |
parent | a95103e6233d65f230327307904c67aadb871acb (diff) |
Modernise report "status" banner
* Simplify markup required for the status banner.
* Simplify styles - the banner is now identical on all screen sizes.
* Move the banner from `report/display.html` into `report/_main.html`
so that it can appear after `.problem-back` in the source order.
* Use real pin icon instead of `pin-flat-white-small.png`.
* Set a default `$col_fixed_label` colour in `_base.scss`, so cobrands
don’t have to define it themselves if they’re happy with green.
* Introduce `$col_fixed_label_light`, with a sensible default for all
cobrands, even ones that have a custom `$col_fixed_label`.
* Remove `$col_fixed_label_dark` – no longer needed.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/customising/css.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/customising/css.md b/docs/customising/css.md index e444bb778..18ffd07a1 100644 --- a/docs/customising/css.md +++ b/docs/customising/css.md @@ -229,11 +229,11 @@ stylesheet: <tr> <td> <code>$col_fixed_label</code><br> - <code>$col_fixed_label_dark</code> + <code>$col_fixed_label_light</code> </td> <td> - background of the colour of the "fixed" label that appears on - fixed reports, and its darker underside + border-top colour of the "fixed" label that appears above + fixed reports, and its lighter background colour </td> </tr> <tr> |