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

18 lines
290 B
SCSS
Raw Normal View History

#switch-menu {
position: fixed;
bottom: 10px;
z-index: 300;
2019-02-12 16:18:29 +01:00
color:#ffffff;
list-style: none;
text-decoration : none;
padding-left: 20px;
2017-04-04 15:27:04 +02:00
}
2019-02-12 16:18:29 +01:00
#switch-menu a, #switch-menu a:link , #switch-menu a:visited , #switch-menu a:hover {
text-decoration : none;
color:#ffffff;
}