blob: 59262947f4c8da19ac4f9879a165293f1e9a3340 [file] [log] [blame]
/**
* Copyright (c) 2019, 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.
*/
.failure { background-color:lightCoral; }
.success { background-color:lightGreen; }
.indent { margin-left: 16px; }
span.nowrap { white-space: nowrap; }
.pointer { cursor: pointer; }
.result-checkbox { height: 9px }