demarches-normaliennes/app/assets/stylesheets/support_navigator_banner.scss

15 lines
231 B
SCSS
Raw Normal View History

2016-12-02 16:04:23 +01:00
#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;
}
}