mirror of
https://github.com/rustdesk/doc.rustdesk.com.git
synced 2024-12-30 19:09:19 +01:00
25 lines
495 B
CSS
25 lines
495 B
CSS
a#logo {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
a#logo span {
|
|
font-weight: 600;
|
|
font-size: 18px;
|
|
color: white;
|
|
margin-left: 0.5rem;
|
|
margin-top: 3px;
|
|
}
|
|
|
|
/* Add a space beetween icon and language choice dropdown until better solution is found */
|
|
a.padding i.fa-language{
|
|
margin-right: 6px;
|
|
}
|
|
|
|
#sidebar #header-wrapper {
|
|
background: inherit;
|
|
color: var(--MENU-SEARCH-BOX-color);
|
|
border-bottom: 1px solid var(--MENU-SECTION-HR-color);
|
|
}
|