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

17 lines
238 B
SCSS
Raw Normal View History

#support-navigator-banner {
2016-12-02 16:04:23 +01:00
position: fixed;
text-align: center;
2016-12-02 16:04:23 +01:00
line-height: 2em;
2017-04-11 16:36:03 +02:00
color: #FFFFFF;
2016-12-02 16:04:23 +01:00
background-color: #990000;
width: 100%;
margin: 0;
bottom: 0;
left: 0;
z-index: 1000;
a {
color: #C3D9FF;
2016-12-02 16:04:23 +01:00
}
2017-04-04 15:27:04 +02:00
}