demarches-normaliennes/app/assets/stylesheets/support_navigator_banner.scss
2017-04-20 10:35:53 +02:00

16 lines
238 B
SCSS

#support-navigator-banner {
position: fixed;
text-align: center;
line-height: 2em;
color: #FFFFFF;
background-color: #990000;
width: 100%;
margin: 0;
bottom: 0;
left: 0;
z-index: 1000;
a {
color: #C3D9FF;
}
}