mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-19 22:08:34 -04:00
18 lines
313 B
SCSS
18 lines
313 B
SCSS
PackageModal.modal
|
|
{
|
|
flex-shrink: 0;
|
|
z-index: 1100;
|
|
|
|
.browser
|
|
{
|
|
margin: 100px;
|
|
width: 1280px;
|
|
height: 1024px;
|
|
pointer-events: all;
|
|
border-radius: 10px;
|
|
z-index: 100;
|
|
box-shadow: 10px 10px 150px #0005;
|
|
background-color: #111;
|
|
}
|
|
}
|