2022-04-11 06:20:46 +02:00
|
|
|
a#logo {
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: center;
|
2022-04-10 18:15:15 +02:00
|
|
|
}
|
|
|
|
|
2022-04-11 06:20:46 +02:00
|
|
|
a#logo span {
|
|
|
|
font-weight: 600;
|
|
|
|
font-size: 18px;
|
|
|
|
color: white;
|
|
|
|
margin-left: 0.5rem;
|
|
|
|
margin-top: 3px;
|
2022-04-10 18:15:15 +02:00
|
|
|
}
|
2023-01-15 16:26:39 +01:00
|
|
|
|
|
|
|
/* Add a space beetween icon and language choice dropdown until better solution is found */
|
|
|
|
a.padding i.fa-language{
|
|
|
|
margin-right: 6px;
|
2023-05-19 14:24:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#sidebar #header-wrapper {
|
|
|
|
background: inherit;
|
|
|
|
color: var(--MENU-SEARCH-BOX-color);
|
2023-05-19 14:46:56 +02:00
|
|
|
border-bottom: 1px solid var(--MENU-SECTION-HR-color);
|
2023-05-19 14:24:12 +02:00
|
|
|
}
|