demarches-normaliennes/app/assets/stylesheets/switch_menu.scss
2019-02-21 14:53:49 +01:00

17 lines
290 B
SCSS

#switch-menu {
position: fixed;
bottom: 10px;
z-index: 300;
color:#ffffff;
list-style: none;
text-decoration : none;
padding-left: 20px;
}
#switch-menu a, #switch-menu a:link , #switch-menu a:visited , #switch-menu a:hover {
text-decoration : none;
color:#ffffff;
}