Изменения

нет описания правки
Строка 614: Строка 614:  
     color: #6877de !important;
 
     color: #6877de !important;
 
     text-decoration: underline !important;
 
     text-decoration: underline !important;
}
  −
  −
/* ===== Центрирование поиска в шапке ===== */
  −
  −
header.header-container.header-chrome > form.header {
  −
    display: flex !important;
  −
    align-items: center !important;
  −
    justify-content: space-between !important;
  −
}
  −
  −
/* логотип слева */
  −
.header .branding-box {
  −
    order: 1;
  −
    flex: 0 0 auto;
  −
}
  −
  −
/* поиск по центру */
  −
.header .search-box {
  −
    order: 2;
  −
    flex: 1 1 auto;
  −
    display: flex !important;
  −
    justify-content: center !important;
  −
}
  −
  −
/* само поле поиска */
  −
.header .search-box .search {
  −
    max-width: 520px !important;
  −
    width: 100% !important;
  −
}
  −
  −
/* иконки справа */
  −
.minerva-user-navigation,
  −
.right-navigation {
  −
    order: 3;
  −
    flex: 0 0 auto;
  −
    display: flex;
  −
    align-items: center;
  −
    gap: 12px;
   
}
 
}