Add unsupport navigator banner
This commit is contained in:
parent
6b1c7b15ee
commit
0c90c2c122
6 changed files with 47 additions and 3 deletions
15
app/assets/stylesheets/support_navigator_banner.scss
Normal file
15
app/assets/stylesheets/support_navigator_banner.scss
Normal file
|
@ -0,0 +1,15 @@
|
|||
#support_navigator_banner{
|
||||
position: fixed;
|
||||
text-align:center;
|
||||
line-height: 2em;
|
||||
color: white;
|
||||
background-color: #990000;
|
||||
width: 100%;
|
||||
margin: 0;
|
||||
bottom: 0;
|
||||
left: 0;
|
||||
z-index: 1000;
|
||||
a{
|
||||
color: #c3d9ff;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue