Files
sbox-public/game/addons/base/code/UI/ControlSheet/ControlSheetGroup.cs.scss
s&box team 71f266059a Open source release
This commit imports the C# engine code and game files, excluding C++ source code.

[Source-Commit: ceb3d758046e50faa6258bc3b658a30c97743268]
2025-11-24 09:05:18 +00:00

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;
}