Открыть главное меню
(Полностью удалено содержимое страницы)
Метка: очистка
Строка 1: Строка 1:
 +
/* ===== ЧИСТОЕ ВЫРАВНИВАНИЕ ШАПКИ ===== */
  
 +
.header-container.header-chrome {
 +
    height: 64px !important;
 +
    background: #ffffff !important;
 +
    border-bottom: 1px solid #e6e8f5 !important;
 +
}
 +
 +
/* form как flex */
 +
.header-container form.header {
 +
    display: flex !important;
 +
    align-items: center !important;
 +
    height: 64px !important;
 +
    padding: 0 24px !important;
 +
}
 +
 +
/* все элементы внутри по центру */
 +
.header-container form.header > div,
 +
.header-container form.header > nav {
 +
    display: flex !important;
 +
    align-items: center !important;
 +
}
 +
 +
/* логотип */
 +
.branding-box img {
 +
    height: 40px !important;
 +
    width: auto !important;
 +
    display: block !important;
 +
}
 +
 +
/* отступ между лого и поиском */
 +
.search-box {
 +
    margin-left: 36px !important;
 +
}
 +
 +
/* фикс поля поиска */
 +
.search-box input {
 +
    height: 38px !important;
 +
    padding-top: 0 !important;
 +
    padding-bottom: 0 !important;
 +
    line-height: 38px !important;
 +
}
 +
 +
/* иконки вправо */
 +
.minerva-user-navigation {
 +
    margin-left: auto !important;
 +
    display: flex !important;
 +
    align-items: center !important;
 +
}

Версия 00:01, 2 марта 2026

/* ===== ЧИСТОЕ ВЫРАВНИВАНИЕ ШАПКИ ===== */

.header-container.header-chrome {
    height: 64px !important;
    background: #ffffff !important;
    border-bottom: 1px solid #e6e8f5 !important;
}

/* form как flex */
.header-container form.header {
    display: flex !important;
    align-items: center !important;
    height: 64px !important;
    padding: 0 24px !important;
}

/* все элементы внутри по центру */
.header-container form.header > div,
.header-container form.header > nav {
    display: flex !important;
    align-items: center !important;
}

/* логотип */
.branding-box img {
    height: 40px !important;
    width: auto !important;
    display: block !important;
}

/* отступ между лого и поиском */
.search-box {
    margin-left: 36px !important;
}

/* фикс поля поиска */
.search-box input {
    height: 38px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    line-height: 38px !important;
}

/* иконки вправо */
.minerva-user-navigation {
    margin-left: auto !important;
    display: flex !important;
    align-items: center !important;
}