mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-18 13:29:22 -04:00
This commit imports the C# engine code and game files, excluding C++ source code. [Source-Commit: ceb3d758046e50faa6258bc3b658a30c97743268]
23 lines
307 B
SCSS
23 lines
307 B
SCSS
.controlgroup
|
|
{
|
|
border-radius: 8px;
|
|
padding: 0.5rem;
|
|
flex-direction: column;
|
|
flex-shrink: 0;
|
|
}
|
|
|
|
.controlgroup > .header
|
|
{
|
|
font-weight: 550;
|
|
color: #fff;
|
|
flex-shrink: 0;
|
|
padding: 8px 0;
|
|
text-shadow: 1px 1px 1px #0004;
|
|
}
|
|
|
|
.controlgroup > .body
|
|
{
|
|
flex-direction: column;
|
|
flex-shrink: 0;
|
|
gap: 2px;
|
|
} |