blob: 6ebbf59deb8a6a77f67d3a50d8636db1eeba413a [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.
*/
header {
flex: none;
width: 100%;
margin: 0px;
z-index: 1;
}
header.shadow {
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, 0.14),
0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
header span.space {
flex: 1;
}
header span.button {
font-variant: small-caps;
}
header span {
display: inline-block;
margin-left: 16px;
margin-right: 16px;
font-size: 24px;
}
header.blue {
background-color: rgb(63, 81, 181);
color: white;
}
.results-feed-body {
flex: auto;
overflow-y: scroll;
background-color: ghostwhite;
}
.info-dialog {
width: 50%;
height: 70%;
}