17 lines
290 B
SCSS
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;
|
|
|
|
}
|
|
|