| // 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. | |
| footer { | |
| flex: 0 0 16px; | |
| text-align: center; | |
| padding: 16px 20px; | |
| color: #fff; | |
| background-color: var(--main-footer-background); | |
| width: 100%; | |
| p { | |
| margin: 0; | |
| } | |
| .no-break { | |
| white-space: nowrap; | |
| } | |
| .container { | |
| padding-left: 0; | |
| padding-right: 0; | |
| } | |
| a, a:hover { | |
| color: #fff; | |
| } | |
| } |