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

17 lines
267 B
SCSS
Raw Normal View History

#switch-menu {
position: fixed;
bottom: 10px;
2019-02-12 16:18:29 +01:00
color: #FFFFFF;
2019-02-12 16:18:29 +01:00
list-style: none;
2019-02-12 16:18:29 +01:00
text-decoration: none;
2019-02-12 16:18:29 +01:00
padding-left: 20px;
2017-04-04 15:27:04 +02:00
}
2019-02-12 16:18:29 +01: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;
2019-02-12 16:18:29 +01:00
}