typo style fixes, added language selection

This commit is contained in:
Jonas Heinrich 2020-04-17 17:52:34 +02:00
parent e34d02a42e
commit 35b5df405b
7 changed files with 58 additions and 14 deletions

View file

@ -135,33 +135,31 @@ header:not(.sticky-header) .header-button-container {
.header-lang {
position: absolute;
top: 10px;
top: 5px;
right: calc((100% - 1170px) / 2);
display: flex;
padding: 0.61111rem 0;
font-size: 14px;
}
.header-lang li {
border-left: 1px solid #333333;
line-height: 1;
display: inline;
padding: 0 8px;
}
.header-lang li:first-child {
border-left: none;
}
.header-lang li a {
padding: 0 8px;
.header-lang li span {
line-height: 1rem;
transition: color .3s;
}
.header-lang li a:hover {
color: #009982;
}
.header-lang li.active a {
color: #009982;
.header-lang li.active span {
font-weight: 700;
}