feat: style language switcher
This commit is contained in:
@@ -199,15 +199,31 @@ input.measurement {
|
||||
flex-wrap: wrap;
|
||||
}
|
||||
|
||||
.navigation-sticky {
|
||||
.top-navigation {
|
||||
margin: 0;
|
||||
border: none;
|
||||
width: 100%;
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.homebutton {
|
||||
background-color: var(--secondary-light-one);
|
||||
color: var(--primary-light-one);
|
||||
border-bottom-right-radius: 8px;
|
||||
font-weight: bold;
|
||||
padding: 16px;
|
||||
width: 20%;
|
||||
}
|
||||
|
||||
.language-switcher {
|
||||
background-color: var(--secondary-light-one);
|
||||
color: var(--primary-light-one);
|
||||
padding: 16px;
|
||||
margin: 0;
|
||||
border-bottom-right-radius: 8px;
|
||||
border-bottom-left-radius: 8px;
|
||||
border: none;
|
||||
font-weight: bold;
|
||||
width: 20%;
|
||||
margin-left: auto;
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user