| // Copyright (c) 2024, the Dart project authors. Please see the AUTHORS file |
| // for details. All rights reserved. Use of this source code is governed by a |
| // BSD-style license that can be found in the LICENSE file. |
| |
| header { |
| flex: 0 0 50px; |
| display: flex; |
| flex-direction: row; |
| align-items: center; |
| padding-left: 30px; |
| padding-right: 30px; |
| background-color: var(--main-header-color); |
| } |
| |
| header ol { |
| list-style: none; |
| margin: 0; |
| padding: 0; |
| } |
| |
| header ol li { |
| display: inline; |
| } |
| |
| header form { |
| display: flex; |
| flex: 1; |
| justify-content: flex-end; |
| } |
| |
| header#header-search-sidebar { |
| height: 50px; |
| margin-bottom: 25px; |
| } |