blob: d83a9ff74a49268748d75ee06c4a743a87c551f8 [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. */
@import "common-style/theme.css";
@import "common-style/sizes.css";
.bug-reporter {
position: fixed;
left: 5px;
bottom: 12px;
z-index: 1000;
}
.bug-reporter .icon {
opacity: 0.75;
color: var(--color-text-secondary);
}
.bug-reporter .icon::shadow #icon {
width: 16px;
height: 16px;
}