|
|
| Строка 1: |
Строка 1: |
| − | /* ===== ИДЕАЛЬНОЕ ВЫРАВНИВАНИЕ ПО ВЕРТИКАЛИ ===== */
| |
| | | | |
| − | .header-container form.header {
| |
| − | display: flex !important;
| |
| − | align-items: center !important;
| |
| − | height: 60px !important;
| |
| − | padding: 0 20px !important;
| |
| − | }
| |
| − |
| |
| − | /* Убираем внутренний сдвиг input */
| |
| − | .search-box input {
| |
| − | height: 36px !important;
| |
| − | line-height: 36px !important;
| |
| − | padding-top: 0 !important;
| |
| − | padding-bottom: 0 !important;
| |
| − | box-sizing: border-box !important;
| |
| − | }
| |
| − |
| |
| − | /* Логотип */
| |
| − | .branding-box img {
| |
| − | height: 36px !important;
| |
| − | display: block !important;
| |
| − | }
| |
| − |
| |
| − | /* Иконка меню */
| |
| − | #mw-mf-main-menu-button {
| |
| − | display: flex !important;
| |
| − | align-items: center !important;
| |
| − | }
| |
| − |
| |
| − | /* Кнопка поиска справа */
| |
| − | #searchIcon {
| |
| − | height: 36px !important;
| |
| − | }
| |