browsers: fix outdated browsers banner styling when using the new design

This commit is contained in:
Pierre de La Morinerie 2018-08-06 13:00:34 +00:00
parent c73da9d299
commit a9c9c491a2

View file

@ -0,0 +1,20 @@
@import "colors";
@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: #C3D9FF;
text-decoration: underline;
}
}