Add language links to footer
This commit is contained in:
parent
53ca72a9ce
commit
04f9a606ca
2 changed files with 30 additions and 0 deletions
|
@ -37,4 +37,23 @@ body {
|
|||
opacity: 1;
|
||||
transform: scale(1);
|
||||
}
|
||||
}
|
||||
|
||||
.language-switcher-form {
|
||||
display: inline;
|
||||
}
|
||||
|
||||
.language-switcher-form button {
|
||||
background: none;
|
||||
border: none;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
color: inherit;
|
||||
font: inherit;
|
||||
text-decoration: underline;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.language-switcher-form button:hover {
|
||||
text-decoration: none;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue