mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-19 22:08:34 -04:00
34 lines
486 B
SCSS
34 lines
486 B
SCSS
|
|
|
|
OverlayDebug
|
|
{
|
|
position: absolute;
|
|
right: 20px;
|
|
top: 110px;
|
|
flex-direction: column;
|
|
|
|
.children
|
|
{
|
|
background-color: #000;
|
|
padding: 1rem;
|
|
flex-direction: column;
|
|
|
|
h2
|
|
{
|
|
opacity: 0.3;
|
|
}
|
|
|
|
.option
|
|
{
|
|
cursor: pointer;
|
|
width: 100%;
|
|
padding: 2px 5px;
|
|
|
|
&:hover
|
|
{
|
|
background-color: #08f;
|
|
}
|
|
}
|
|
}
|
|
}
|