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

17 lines
267 B
SCSS
Raw Normal View History

#switch-menu {
position: fixed;
bottom: 10px;
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;
2019-02-12 16:18:29 +01:00
}