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

Изменения

Нет описания правки
/* ===== ТОЧНОЕ ВЫРАВНИВАНИЕ MINERVA ===== */
 
.header-container.header-chrome {
height: 60px !important;
background: #fff !important;
border-bottom: 1px solid #e6e8f5 !important;
}
 
/* Центрируем через одинаковую высоту строки */
.header-container form.header {
height: 60px !important;
display: flex !important;
align-items: center !important;
padding: 0 20px !important;
}
 
/* Убираем внутренние вертикальные смещения */
.mw-ui-icon-element,
.search-box input,
.branding-box img {
vertical-align: middle !important;
}
 
/* Логотип */
.branding-box img {
height: 36px !important;
width: auto !important;
}
 
/* Поиск */
.search-box {
margin-left: 32px !important;
}
 
.search-box input {
height: 34px !important;
padding-top: 0 !important;
padding-bottom: 0 !important;
}
 
/* Кнопка поиска */
#searchIcon {
height: 34px !important;
}
 
/* ===== ИДЕАЛЬНОЕ ВЫРАВНИВАНИЕ ПО ВЕРТИКАЛИ ===== */