blob: 878f5c0503f92114d95b27515593c4d0b9d8c94a [file] [log] [blame]
/* Copyright 2015 The Vanadium Authors. All rights reserved. */
/* Use of this source code is governed by a BSD-style */
/* license that can be found in the LICENSE file. */
::shadow /deep/ .line-number::before {
content: '#';
}
::shadow /deep/ .line-number {
color: rgb(51, 103, 214);
margin-left: 0.1em;
font-size: 0.8em;
}
::shadow /deep/ .message-text {
word-break: break-word;
}
::shadow /deep/ .level-icon.error {
fill: #e51c23;
}
::shadow /deep/ .level-icon.warning {
fill: #f57c00;
}
::shadow /deep/ .level-icon.info {
fill: #689f38;
}
::shadow /deep/ .level-icon.fatal {
fill: #bf360c;
-webkit-animation: blink 0.6s infinite alternate;
}