demarches-normaliennes/app/assets/stylesheets/switch_menu.scss
Chaïb Martinez 9f1c089b30 Minor css changes
Signed-off-by: Chaïb Martinez <chaibax@gmail.com>
2019-02-21 15:09:34 +01:00

16 lines
267 B
SCSS

#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;
}