Открыть главное меню

Изменения

Нет описания правки
}
/* Шапка — светлая ===== ШАПКА ===== */ 
.header-container.header-chrome {
background: #ffffff !important;
border-bottom: 1px solid #e6e8f5 !important;
height: 64px !important;
display: flex !important;
align-items: center !important;
}
 
/* Внутренний контейнер */
.header-container .header {
display: flex !important;
align-items: center !important;
justify-content: space-between !important;
width: 100% !important;
height: 100% !important;
padding: 0 32px !important;
}
 
/* Левая часть (лого + поиск) */
.branding-box {
display: flex !important;
align-items: center !important;
}
/* Логотип */
.branding-box img {
height: 40px !important;
width: auto !important;
display: block !important;
}
/* Поиск */
.search-box {
margin-left: 48px !important;
display: flex !important;
align-items: center !important;
}
 
.search-box input {
background: #f3f4fa !important;
height: 36px !important;
color: #333 !important;
padding: 0 14px !important;
}
 
/* Иконки справа */
.minerva-user-navigation {
display: flex !important;
align-items: center !important;
gap: 18px !important;
}
/* Иконки */
.minerva-user-navigation a {
color: #333 !important;
}
/* Заголовки ===== КОНТЕНТ ===== */ 
h1, h2, h3 {
color: #111 !important;
}
/* Кнопки */
button,
.mw-ui-button {
}
/* Ссылки */
a {
color: #6d85ff !important;
}
 
.header-container .header {
display: flex !important;
align-items: center !important;
}
 
.header-container .branding-box {
flex: 0 0 auto !important;
}
 
.header-container .search-box {
flex: 0 0 auto !important;
margin-left: 160px !important;
}