Files
oav/dotclear._no/admin/style/scss/partials/_debug.scss
2023-03-20 12:18:38 +01:00

41 lines
567 B
SCSS

/* debug */
#debug {
position: absolute;
top: 0;
width: 100%;
height: 4px;
background: $debug-background;
div {
display: none;
padding: 3px 0.5em 2px;
}
p {
margin: 0.5em 0;
}
&:hover {
height: auto;
padding: 2px 1em;
z-index: 100;
div {
display: block;
}
}
}
.debug {
color: $debug-color;
background: $debug-background;
padding: 3px 0.5em 2px;
}
input[type=submit].delete.debug,
a.delete.debug {
border-color: $debug-border;
&:hover {
background: $debug-background;
color: $debug-color;
border-color: $debug-border;
}
}