Improve the outdated browser support banner style

- In the new design, it is now at the top of the
  page
- In the new design, it no longer covers up the UI
- In the new design, the text is now left-aligned
  which makes it easier to read
- In the new design, its height has been reduced
  which makes it less annoying
This commit is contained in:
gregoirenovel 2018-09-03 11:35:08 +02:00
parent f13533ad01
commit 1b545123fa
2 changed files with 3 additions and 9 deletions

View file

@ -2,16 +2,13 @@
@import "constants";
#support-navigator-banner {
position: fixed;
width: 100%;
bottom: 0;
left: 0;
margin: 0;
padding: $default-padding;
text-align: center;
color: #FFFFFF;
background-color: $medium-red;
z-index: 1000;
a {
color: $lighter-blue;