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
262 B
SCSS
23 lines
262 B
SCSS
.button
|
|
{
|
|
position: relative;
|
|
|
|
> .button-right-column
|
|
{
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
|
|
// default menu position is below
|
|
.button-hover-menu
|
|
{
|
|
position: absolute;
|
|
top: 100%;
|
|
flex-direction: column;
|
|
|
|
&.hidden
|
|
{
|
|
opacity: 0;
|
|
pointer-events: none;
|
|
}
|
|
} |