mirror of
https://github.com/Facepunch/sbox-public.git
synced 2026-04-19 22:08:34 -04:00
23 lines
344 B
SCSS
23 lines
344 B
SCSS
ConvarToggle
|
|
{
|
|
padding: 1rem;
|
|
cursor: pointer;
|
|
font-family: Poppins;
|
|
font-weight: bold;
|
|
font-size: 14px;
|
|
border-radius: 10px;
|
|
background-color: #ffffff05;
|
|
color: #fffa;
|
|
}
|
|
|
|
ConvarToggle:hover
|
|
{
|
|
background-color: #fff1;
|
|
color: #fff
|
|
}
|
|
|
|
ConvarToggle.active
|
|
{
|
|
background-color: #0088ff;
|
|
color: #fff;
|
|
} |