lib/css/debug.css (27 lines of code) (raw):
.bpc {
width: 100%; }
.-debug {
position: relative; }
.-debug .bpc__debugIndicator,
.-debug > .bpc__content:not(.bpc__browser) ~ .bpc__debugIdentifier {
color: black;
background-color: white;
border: 1px dashed black;
font-size: 10px;
display: block;
position: absolute;
top: 0;
min-height: 15px;
z-index: 9999;
padding: 0 3px;
font-family: monospace;
content: 'none'; }
.-debug .bpc__debugIdentifier {
right: 0; }
.-debug > .bpc__content:not(.bpc__browser) {
border: 1px dashed black; }
.-debug > .bpc__browser ~ .bpc__debugIndicator {
position: fixed;
border-style: solid;
top: 0;
left: 0; }